STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
What is the problem you are having with rclone?
When using rclone for syncing backup files, it fails to sync larger size files.
Run the command 'rclone version' and share the full output of the command.
rclone v1.64.0
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 5.15.0-25-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.21.1
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Amazon S3
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
/usr/bin/rclone sync -P --update --verbose --transfers 30 --log-file=/var/log/upload.log --checkers 15 /opt/backup us:backup/
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[us]
type = s3
provider = Ceph
access_key_id = XXX
secret_access_key = XXX
endpoint = https://usc1.contabostorage.com/backup
A log from the command that you were trying to run with the -vv
flag
2023/10/03 13:55:40 DEBUG : rclone: Version "v1.64.0" starting with parameters ["rclone" "config" "redacted" "-vv"]
2023/10/03 13:55:40 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
[us]
type = s3
provider = Ceph
access_key_id = XXX
secret_access_key = XXX
endpoint = https://usc1.contabostorage.com/backup
### Double check the config for sensitive info before posting publicly