Add delete removed as delete after doesn't assume it

This commit is contained in:
GRMrGecko 2023-11-22 16:23:16 -06:00
parent d2053a82ed
commit ef19ebadf1

View File

@ -353,6 +353,7 @@ s3cmd_sync() {
eval "$sync_timeout" s3cmd sync \ eval "$sync_timeout" s3cmd sync \
-v --progress \ -v --progress \
--skip-existing \ --skip-existing \
--delete-removed \
--delete-after \ --delete-after \
"$options" \ "$options" \
"'${bucket:?}'" "'${repo:?}'" "'${bucket:?}'" "'${repo:?}'"