What is the problem you are having with rclone?
I am running rclone sync in a nightly script and I want to suppress periodic status updates and only show the final stats (number of files transfered/deleted, total elapsed time, etc) when rclone completes. None of --verbose, --quiet, --stats seem to do that. Is it possible?
Run the command 'rclone version' and share the full output of the command.
rclone v1.57.0-DEV
- os/version: rocky 9.5 (64 bit)
- os/kernel: 5.14.0-503.21.1.el9_5.x86_64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.17.2
- go/linking: dynamic
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
B2/Backblaze
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone sync --transfers=32 "$SRC_REPOSITORY" "$RCLONE_REPOSITORY"
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
# rclone config redacted
Usage:
rclone config [flags]
rclone config [command]
A log from the command that you were trying to run with the -vv
flag
Paste log here