remove syncoid, switch to rsync #221

Merged
mg merged 132 commits from sanoid_weg into master 2024-10-31 12:01:46 +01:00
Showing only changes of commit 52b867f057 - Show all commits

View file

@ -10,3 +10,8 @@ echo ""
# --checksum ; https://serverfault.com/questions/211005/rsync-difference-between-checksum-and-ignore-times-options # --checksum ; https://serverfault.com/questions/211005/rsync-difference-between-checksum-and-ignore-times-options
# TODO
# check if src und dest are mounted
# # check if target dataset is mounted
/usr/sbin/zfs get mounted -H {{ item.destination_mount_check }} 2>&1 > /dev/null || echo "Pool not mounted!"