From 9036ec0ccfb279441bcb56b316d49e244738ce73 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 29 Oct 2024 14:33:14 +0100 Subject: [PATCH] dfgd --- roles/mgrote_rsync/templates/rsync_mirror.sh.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mgrote_rsync/templates/rsync_mirror.sh.j2 b/roles/mgrote_rsync/templates/rsync_mirror.sh.j2 index eb5acc52..f58b7ebf 100644 --- a/roles/mgrote_rsync/templates/rsync_mirror.sh.j2 +++ b/roles/mgrote_rsync/templates/rsync_mirror.sh.j2 @@ -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 %}