From: Alan J. Pippin Date: Thu, 25 Sep 2008 15:26:00 +0000 (-0600) Subject: Fixed zfs-replicate bug when a filesystem is created on the backup drive, X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=commitdiff_plain;h=fbf2b5b666f478f05b11bf4e4dac64151d55a9cb;hp=fbf2b5b666f478f05b11bf4e4dac64151d55a9cb;p=zfs-ubuntu%2F.git 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. ---