remove syncoid, switch to rsync #221
1 changed files with 5 additions and 0 deletions
|
@ -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!"
|
||||||
|
|
Loading…
Reference in a new issue