What is the problem you are having with rclone?
I'm syncing a relatively large and flat directory (444909 files) to a remote Minio instance, and sync check is extremely slow. With no changes to sync, rclone sync
still takes about 4-5 hours to complete.
Run the command 'rclone version' and share the full output of the command.
# rclone version
rclone v1.63.1
- os/version: debian 12.0 (64 bit)
- os/kernel: 6.1.0-10-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.20.6
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Minio
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone sync --progress [local_source] [remote_target]
The rclone config contents with secrets removed.
[target]
type = s3
provider = Minio
access_key_id = ******
secret_access_key = ******
endpoint = https://example.com
A log from the command with the -vv
flag
I'm truncating the full log output because it would be ridiculously long. If you insist that a full log is necessary, I'll capture one and provide a gzipped copy.