allanjude / zxfer

A continuation of development on zxfer, a popular script for managing ZFS snapshot replication
BSD 2-Clause "Simplified" License
123 stars 40 forks source link

backuping - deleting filesystems/datasets on the destination that do not exist on the source #35

Open petr-fischer opened 7 years ago

petr-fischer commented 7 years ago

Hello, I am using zxfer for ZFS backup to another machine. But, when I delete some dataset in the source, then backup with zxfer, this deleted dataset still exists in the target (backup) pool. I need something like "delete files on the destination that do not exist on the source" in rsync. How to solve this please? Is it possible?