Skip to content

Commit 5a7aef3

Browse files
committed
DB backup: fix noisy rclone logs
1 parent 762e3ac commit 5a7aef3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

database-backup/scripts/other/lib/rclone.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ rclone_copy_url() {
3939
rclone_cmd copyurl "$1" "$2" \
4040
--low-level-retries 5 \
4141
--no-check-certificate \
42-
--progress \
4342
--retries 2 \
4443
--s3-chunk-size "$RCLONE_CHUNK_SIZE" \
4544
--s3-upload-concurrency "$RCLONE_CONCURRENCY" \
45+
--stats 4s \
46+
--stats-one-line \
47+
--stats-log-level NOTICE \
4648
--timeout 30s \
4749
--transfers 1
4850
}

0 commit comments

Comments
 (0)