From 0f96a596d5b4c8a42ff28eb3eea7f5a867ad86dc Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 7 Aug 2023 21:59:03 -0700 Subject: sync-autobuilds: update max-delete, lots of change per pass now Signed-off-by: Robin H. Johnson --- sync-autobuilds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-autobuilds.sh b/sync-autobuilds.sh index 09fc3dd..e9cad3d 100755 --- a/sync-autobuilds.sh +++ b/sync-autobuilds.sh @@ -21,7 +21,7 @@ RSYNC_OPTS=( --exclude='.*' --filter=-rp_*.asc --no-motd - --max-delete=5 + --max-delete=50 ) # Do NOT expand the following yet -- cgit v1.2.3-65-gdbad