Add delete removed as delete after doesn't assume it
This commit is contained in:
parent
d2053a82ed
commit
ef19ebadf1
1 changed files with 1 additions and 0 deletions
|
|
@ -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:?}'"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue