Skip to content

Commit 3ceefa6

Browse files
committed
add --delete-excluded to remi.sh
1 parent 1034aaa commit 3ceefa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remi.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -o pipefail
88
UPSTREAM=${TUNASYNC_UPSTREAM_URL:-"rsync://rpms.remirepo.net"}
99
REPOS=("enterprise" "fedora")
1010

11-
RSYNC_OPTS="-aHvh --no-o --no-g --stats --exclude .~tmp~/ --delete --delete-after --delay-updates --safe-links --timeout=120 --contimeout=120"
11+
RSYNC_OPTS="-aHvh --no-o --no-g --stats --exclude .~tmp~/ --delete --delete-excluded --delete-after --delay-updates --safe-links --timeout=120 --contimeout=120"
1212

1313
USE_IPV6=${USE_IPV6:-"0"}
1414
if [[ $USE_IPV6 == "1" ]]; then

0 commit comments

Comments
 (0)