dsfg
This commit is contained in:
parent
4f9c8f5a3d
commit
ec855b3f57
1 changed files with 4 additions and 1 deletions
|
@ -4,5 +4,8 @@
|
|||
{% for item in rsync_mirror_dirs %}
|
||||
echo "-----------------------"
|
||||
echo "Source: {{ item.src }}"
|
||||
rsync -e "ssh -i /etc/rsync_mirror/.ssh/id_rsync_mirror -o StrictHostKeyChecking=no" --checksum --dry-run --bwlimit={{ rsync_mirror_bw_limit }} --archive --verbose --human-readable --stats --compress --fuzzy --force --delete-after --recursive {{ item.src }} {{ item.dest }}
|
||||
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 }}
|
||||
{% endfor %}
|
||||
|
||||
|
||||
# --checksum ; https://serverfault.com/questions/211005/rsync-difference-between-checksum-and-ignore-times-options
|
||||
|
|
Loading…
Reference in a new issue