Hello,
I'm going to replace my main workstation with:
I'd like to:
My doubts are:
Thank you to everybody who will help to clear one or more of these doubts!
I'm going to replace my main workstation with:
- a headless system exporting disks with NFS;
- two less powerful workstations, in two different rooms, mounting my home directory from the NFS server.
I'd like to:
- use ZFS on the NFS server, with one SSD for the OS (FreeBSD 11.0) and two 6TB disks in mirror mode;
- backup my data with zfs send/receive on two different external USB3 HDDs, both using ZFS, alternating them day by day.
My doubts are:
- Is it possible to scrub a 6TB disk connected with USB3 or will it take ages? If it's not practical, do you think a single ZFS disk without any scrubbing is better than using rsync to copy my ZFS system on a standard UFS backup disk?
- I've read that using a single disk with ZFS is worse than using standard filesystems because without redundancy errors can be detected but not fixed and corrupted metadata lead to losing the whole ZFS pool. (Source: one of the moderators on https://forums.freenas.org/index.php?threads/single-drive-zfs.35515/). Other sources say that a single ZFS disk is always better than other filesystems since loosing the whole pool for metadata corruption is very unlikely. However, if a single USB3 ZFS disk has small advantages over an UFS one (due, for example, to the impossibility of scrubbing) I'd prefer not taking this risk. Did some of you weighted pros and cons of single ZFS disk external backups?
- I read that applications like NFS requires synchronous writes and can benefit from a SLOG (Source: https://www.ixsystems.com/blog/o-slog-not-slog-best-configure-zfs-intent-log/). Do you think this is true even when there is a single NFS client connected or would it be overkill?
Thank you to everybody who will help to clear one or more of these doubts!