abgleich does not play nice with zfs-auto-snapshot on target
s-m-e opened this issue · 2 comments
s-m-e commented
abgleich assumes that its backups on the target side are left alone. zfs-auto-snapshot
shoud be made aware of that (if it is running on the target side).
s-m-e commented
Intended logic on target side before the first backup is made:
zfs set com.sun:auto-snapshot=false {zpool{/prefix}}
All backups will inherit this property.
Probably requires an abgleich init
command or similar. It could create {zpool/prefix}
if the prefix is not empty and does not exist.
s-m-e commented
Configuration option added and released:
compatibility:
target_autosnapshot_ignore: yes