Files
bashclub-zfs-push-pull/backup-zfs
Kevin McCormick fcd5fb0e08 Implement catchup mode to fix interrupted transfer
When zfs send -R is interrupted, some child filesystems will be at a
more recent snapshot than their parent. There's then no way to do a
zfs send -R from the root/parent, as the children are inconsistent.

Catchup mode handles recursion on its own, instead of relying on zfs to
do it. Basically picking a single consistent snapshot across the board,
then bringing all to that level.
2016-10-10 10:17:33 -07:00

4.7 KiB
Executable File