diff --git a/mirror-sync.sh b/mirror-sync.sh index e2acad8..d9304fc 100644 --- a/mirror-sync.sh +++ b/mirror-sync.sh @@ -353,6 +353,7 @@ s3cmd_sync() { eval "$sync_timeout" s3cmd sync \ -v --progress \ --skip-existing \ + --delete-removed \ --delete-after \ "$options" \ "'${bucket:?}'" "'${repo:?}'"