We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762e3ac commit 5a7aef3Copy full SHA for 5a7aef3
database-backup/scripts/other/lib/rclone.sh
@@ -39,10 +39,12 @@ rclone_copy_url() {
39
rclone_cmd copyurl "$1" "$2" \
40
--low-level-retries 5 \
41
--no-check-certificate \
42
- --progress \
43
--retries 2 \
44
--s3-chunk-size "$RCLONE_CHUNK_SIZE" \
45
--s3-upload-concurrency "$RCLONE_CONCURRENCY" \
+ --stats 4s \
46
+ --stats-one-line \
47
+ --stats-log-level NOTICE \
48
--timeout 30s \
49
--transfers 1
50
}
0 commit comments