psy0rz / zfs_autobackup

ZFS autobackup is used to periodicly backup ZFS filesystems to other locations. Easy to use and very reliable.
https://github.com/psy0rz/zfs_autobackup
GNU General Public License v3.0
583 stars 62 forks source link

rollback is executed too often #217

Closed psy0rz closed 11 months ago

psy0rz commented 11 months ago

Currently if you use --rollback, it will rollback every selected dataset on the target, regardless if there is any actual data to transfer.

Change it so that it only rollback at the start of the first snapshot transfer.