Adding skip-existing by default to s3cmd

This commit is contained in:
GRMrGecko 2023-11-22 16:18:30 -06:00
parent 21ab9fb1be
commit d2053a82ed

View File

@ -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:?}'"