Adding skip-existing by default to s3cmd
This commit is contained in:
parent
21ab9fb1be
commit
d2053a82ed
@ -352,6 +352,7 @@ s3cmd_sync() {
|
|||||||
# Run AWS client to sync the S3 bucket.
|
# Run AWS client to sync the S3 bucket.
|
||||||
eval "$sync_timeout" s3cmd sync \
|
eval "$sync_timeout" s3cmd sync \
|
||||||
-v --progress \
|
-v --progress \
|
||||||
|
--skip-existing \
|
||||||
--delete-after \
|
--delete-after \
|
||||||
"$options" \
|
"$options" \
|
||||||
"'${bucket:?}'" "'${repo:?}'"
|
"'${bucket:?}'" "'${repo:?}'"
|
||||||
|
Loading…
Reference in New Issue
Block a user