Fixed zfs-replicate bug when a filesystem is created on the backup drive,
authorAlan J. Pippin <ajp@pippins.net>
Thu, 25 Sep 2008 15:26:00 +0000 (09:26 -0600)
committerAlan J. Pippin <ajp@pippins.net>
Thu, 25 Sep 2008 15:26:00 +0000 (09:26 -0600)
commitfbf2b5b666f478f05b11bf4e4dac64151d55a9cb
treec75f68efd933c2d5e369dddd2301cf0b558ebbe4
parent9457c55171da10869ad028068935418208a576b0
Fixed zfs-replicate bug when a filesystem is created on the backup drive,
and the snapshots for that filesystem are all deleted over time, and new
ones are attempted to be sent to the backup drive. In this case, the script
was trying to send incremental, but there were no snapshots left on the
zfs filesystem. Now, if a filesystem exists on the backup drive but it
has no snapshots, that filesystem is removed so a full stream will be sent
of the first snapshot that is synced to the backup drive.
zfs-replicate