remove syncoid, switch to rsync #221
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
echo "-----------------------"
|
||||
echo "Source: {{ item.src }}"
|
||||
{# Mount check source #}
|
||||
if /usr/sbin/zfs get mounted -H {{ item.src } ; then
|
||||
if /usr/sbin/zfs get mounted -H {{ item.src }} ; then
|
||||
{# Mount check destination #}
|
||||
if [ $(ssh {{ item.dest.split(':') | first }} /usr/sbin/zfs get mounted -H {{ item.dest.split(':') | last }} | cut -f3) -eq "yes" ] ; then
|
||||
rsync -e "ssh -i /etc/rsync_mirror/.ssh/id_rsync_mirror -o StrictHostKeyChecking=no" --dry-run --bwlimit={{ rsync_mirror_bw_limit }} --archive --verbose --human-readable --stats --compress --fuzzy --force --delete-after --recursive {{ item.src }} {{ item.dest }}
|
||||
|
|
Loading…
Reference in a new issue