There was an error while loading. Please reload this page.
1 parent d2c2f89 commit 6807036Copy full SHA for 6807036
2 files changed
containers/tools/pvbackup/VERSION
@@ -1,2 +1,2 @@
1
# ONLY UPDATE ONCE READY TO BUILD NEW RELEASE
2
-2.0
+2.0.1
containers/tools/pvbackup/pvsync.sh
@@ -59,7 +59,7 @@ rclone config create $S3_NAME s3 \
59
provider=other env_auth=false access_key_id=$S3_KEY \
60
secret_access_key=$S3_SECRET region=$S3_REGION \
61
endpoint=$S3_HOST force_path_style=false \
62
- acl=private bucket_acl=private --no-output --obscure
+ acl=private bucket_acl=private --obscure
63
64
if [[ $? -ne 0 ]]; then
65
echo "Error: Problem encounted configuring s3! (rclone)"
0 commit comments