I started rotating my personal backups offsite backing up to my drive with the ZAP utility. On my first attempt, I saw that ZAP doesn't see old snapshots, therefore, it will only replicate the most recent one. What would be the best way to replicate those old snapshots to the external HDD? My guess is something like
zfs send -R zroot/datasets | zfs receive zap@backup/datasets
I think it would also make more sense to do this from the host since I'm rotating drives and keeping the backup zpool name the same so I don't have to go changing zfs settings related to ZAP
zfs send -R zroot/datasets | zfs receive zap@backup/datasets
I think it would also make more sense to do this from the host since I'm rotating drives and keeping the backup zpool name the same so I don't have to go changing zfs settings related to ZAP