diff --git a/playbooks/roles/mirror-update/files/centos-mirror-update b/playbooks/roles/mirror-update/files/centos-mirror-update index 2e1914a9f1..9cc3f87a64 100755 --- a/playbooks/roles/mirror-update/files/centos-mirror-update +++ b/playbooks/roles/mirror-update/files/centos-mirror-update @@ -38,7 +38,7 @@ if ! [ -f $BASE/8 ]; then fi date --iso-8601=ns echo "Running Centos 8 rsync..." -$K5START rsync -rptDvz \ +$K5START rsync -rtDvz \ --delete \ --delete-excluded \ --exclude="isos" \ @@ -75,7 +75,7 @@ for REPO in $REPOS; do date --iso-8601=ns echo "Running rsync..." - $K5START rsync -rptDvz \ + $K5START rsync -rtDvz \ --delete \ --delete-excluded \ --exclude="atomic" \