Commit Graph
2 Commits
Author SHA1 Message Date
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
Kevin McCormick 6d906ad640 When verbose, make zfs send/recv verbose as well 2016-10-10 09:56:22 -07:00