diff --git a/playbooks/roles/mirror-update/files/fedora-mirror-update b/playbooks/roles/mirror-update/files/fedora-mirror-update index beb35c2262..b317c3e5bc 100755 --- a/playbooks/roles/mirror-update/files/fedora-mirror-update +++ b/playbooks/roles/mirror-update/files/fedora-mirror-update @@ -46,7 +46,7 @@ for REPO in releases/28 releases/29 releases/30; do fi echo_ts "Running rsync for $REPO..." - $K5START rsync -rltDvz \ + $K5START rsync -rltDiz \ --delete \ --delete-excluded \ --exclude="Cloud/x86_64/images/*.box" \ @@ -71,7 +71,7 @@ for REPO in updates/28 updates/29 updates/30; do fi echo_ts "Running rsync for $REPO..." - $K5START rsync -rltDvz \ + $K5START rsync -rltDiz \ --delete \ --delete-excluded \ --exclude="aarch64/" \ @@ -92,7 +92,7 @@ if ! [ -f $BASE/atomic ]; then fi echo_ts "Running rsync atomic..." -$K5START rsync -rltDvz \ +$K5START rsync -rltDiz \ --delete \ --delete-excluded \ --exclude="testing/" \