We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469ee58 commit 7e026c1Copy full SHA for 7e026c1
application/backup.sh
@@ -90,11 +90,11 @@ fi
90
if [ "${B2_BUCKET}" != "" ]; then
91
start=$(date +%s)
92
s3cmd \
93
- --access_key=${B2_APPLICATION_KEY_ID} \
94
- --secret_key=${B2_APPLICATION_KEY} \
95
- --host=${B2_HOST} \
96
- --host-bucket='%(bucket)s.'"${B2_HOST}" \
97
- put /tmp/${DB_NAME}.sql.gz s3://${B2_BUCKET}/${DB_NAME}.sql.gz
+ --access_key=${B2_APPLICATION_KEY_ID} \
+ --secret_key=${B2_APPLICATION_KEY} \
+ --host=${B2_HOST} \
+ --host-bucket='%(bucket)s.'"${B2_HOST}" \
+ put /tmp/${DB_NAME}.sql.gz s3://${B2_BUCKET}/${DB_NAME}.sql.gz
98
STATUS=$?
99
end=$(date +%s)
100
if [ $STATUS -ne 0 ]; then
0 commit comments