summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2020-05-08 15:51:33 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2020-05-08 15:51:33 -0700
commit495c09e9f965b7e213a779331e4525780d0744ea (patch)
tree00dc08c62eecc98dbca2918b4245aa135f3d9331 /sync-autobuilds.sh
parentsync-autobuilds.sh: add arm64 for future (diff)
downloadmastermirror-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>
Diffstat (limited to 'sync-autobuilds.sh')
-rwxr-xr-xsync-autobuilds.sh1
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