Adding skip-existing by default to s3cmd
This commit is contained in:
parent
21ab9fb1be
commit
d2053a82ed
1 changed files with 1 additions and 0 deletions
|
|
@ -352,6 +352,7 @@ s3cmd_sync() {
|
|||
# Run AWS client to sync the S3 bucket.
|
||||
eval "$sync_timeout" s3cmd sync \
|
||||
-v --progress \
|
||||
--skip-existing \
|
||||
--delete-after \
|
||||
"$options" \
|
||||
"'${bucket:?}'" "'${repo:?}'"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue