mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-06-30 23:12:45 +00:00
add --delete-excluded to remi.sh
This commit is contained in:
parent
1034aaa737
commit
3ceefa6c45
2
remi.sh
2
remi.sh
@ -8,7 +8,7 @@ set -o pipefail
|
|||||||
UPSTREAM=${TUNASYNC_UPSTREAM_URL:-"rsync://rpms.remirepo.net"}
|
UPSTREAM=${TUNASYNC_UPSTREAM_URL:-"rsync://rpms.remirepo.net"}
|
||||||
REPOS=("enterprise" "fedora")
|
REPOS=("enterprise" "fedora")
|
||||||
|
|
||||||
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"
|
||||||
|
|
||||||
USE_IPV6=${USE_IPV6:-"0"}
|
USE_IPV6=${USE_IPV6:-"0"}
|
||||||
if [[ $USE_IPV6 == "1" ]]; then
|
if [[ $USE_IPV6 == "1" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user