Skip to content

Commit 6807036

Browse files
committed
pvbackup: Minor fix for rclone config
1 parent d2c2f89 commit 6807036

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

containers/tools/pvbackup/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# ONLY UPDATE ONCE READY TO BUILD NEW RELEASE
2-
2.0
2+
2.0.1

containers/tools/pvbackup/pvsync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ rclone config create $S3_NAME s3 \
5959
provider=other env_auth=false access_key_id=$S3_KEY \
6060
secret_access_key=$S3_SECRET region=$S3_REGION \
6161
endpoint=$S3_HOST force_path_style=false \
62-
acl=private bucket_acl=private --no-output --obscure
62+
acl=private bucket_acl=private --obscure
6363

6464
if [[ $? -ne 0 ]]; then
6565
echo "Error: Problem encounted configuring s3! (rclone)"

0 commit comments

Comments
 (0)