You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have 3 ZFS pools on home server (zroot, zusbbackup, zmirror) and I am backuping FreeBSD system (zroot) to the USB drive (zusbbackup) with this cron job:
zxfer -dFPv -R zroot zusbbackup/backups/pf-server
I am putting my big media mirror (zmirror) to sleep after 40 minutes of inactivity.
But - when zxfer starts (zroot -> zusbbackup), my zmirror disks are resumed - I don't want to even touch the zmirror pool by zxfer while backuping different zpools.
Is possible, that zxfer in some internal command call ZFS function, that acts over ALL zpools (some internal snapshot listing or something)?
Any idea?
Thanks very much!
The text was updated successfully, but these errors were encountered:
Hello, I have 3 ZFS pools on home server (zroot, zusbbackup, zmirror) and I am backuping FreeBSD system (zroot) to the USB drive (zusbbackup) with this cron job:
zxfer -dFPv -R zroot zusbbackup/backups/pf-server
I am putting my big media mirror (zmirror) to sleep after 40 minutes of inactivity.
But - when zxfer starts (zroot -> zusbbackup), my zmirror disks are resumed - I don't want to even touch the zmirror pool by zxfer while backuping different zpools.
Is possible, that zxfer in some internal command call ZFS function, that acts over ALL zpools (some internal snapshot listing or something)?
Any idea?
Thanks very much!
The text was updated successfully, but these errors were encountered: