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.
--no-progress
1 parent ac8aefa commit dd3190dCopy full SHA for dd3190d
application/backup.sh
@@ -63,7 +63,7 @@ for dbName in ${DB_NAMES}; do
63
64
if [ "${B2_BUCKET}" != "" ]; then
65
start=$(date +%s)
66
- b2 upload-file --noProgress --quiet ${B2_BUCKET} /tmp/${dbName}.sql.gz ${dbName}.sql.gz
+ b2 upload-file --no-progress --quiet ${B2_BUCKET} /tmp/${dbName}.sql.gz ${dbName}.sql.gz
67
STATUS=$?
68
end=$(date +%s)
69
if [ $STATUS -ne 0 ]; then
0 commit comments