We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1034aaa commit 3ceefa6Copy full SHA for 3ceefa6
remi.sh
@@ -8,7 +8,7 @@ set -o pipefail
8
UPSTREAM=${TUNASYNC_UPSTREAM_URL:-"rsync://rpms.remirepo.net"}
9
REPOS=("enterprise" "fedora")
10
11
-RSYNC_OPTS="-aHvh --no-o --no-g --stats --exclude .~tmp~/ --delete --delete-after --delay-updates --safe-links --timeout=120 --contimeout=120"
+RSYNC_OPTS="-aHvh --no-o --no-g --stats --exclude .~tmp~/ --delete --delete-excluded --delete-after --delay-updates --safe-links --timeout=120 --contimeout=120"
12
13
USE_IPV6=${USE_IPV6:-"0"}
14
if [[ $USE_IPV6 == "1" ]]; then
0 commit comments