remove syncoid, switch to rsync #221
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
echo "-----------------------"
|
||||
echo "Source: {{ item.src }}"
|
||||
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 }}
|
||||
echo "-----------------------"
|
||||
{% endfor %}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue