diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2020-05-08 15:51:33 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2020-05-08 15:51:33 -0700 |
commit | 495c09e9f965b7e213a779331e4525780d0744ea (patch) | |
tree | 00dc08c62eecc98dbca2918b4245aa135f3d9331 | |
parent | sync-autobuilds.sh: add arm64 for future (diff) | |
download | mastermirror-scripts-495c09e9f965b7e213a779331e4525780d0744ea.tar.gz mastermirror-scripts-495c09e9f965b7e213a779331e4525780d0744ea.tar.bz2 mastermirror-scripts-495c09e9f965b7e213a779331e4525780d0744ea.zip |
sync-autobuilds.sh: limit deletions
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-x | sync-autobuilds.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sync-autobuilds.sh b/sync-autobuilds.sh index 17d2cf3..6b4cb2d 100755 --- a/sync-autobuilds.sh +++ b/sync-autobuilds.sh @@ -15,6 +15,7 @@ RSYNC_OPTS=( --exclude='.*' --filter=-rp_*.asc --no-motd + --max-delete=5 ) # Do NOT expand the following yet |