What is the problem you are having with rclone?
My transfers are working but they are huge. Currently about 500TB Looking for tips and suggestions on ways to speed them up.
currently using
rclone move GoogleDrive:/ Wasabi:/ --progress
I'm setting up direct peering with both providers for better network traffic. Would more memory help? more cores? removing the progress?
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-84-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)
Google Drive
Wasabi
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone move GoogleDrive:/ Wasabi:/ --progress
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[GoogleDrive]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
team_drive =
[Wasabi]
type = s3
provider = Wasabi
access_key_id = XXX
secret_access_key = XXX
endpoint = s3.us-central-1.wasabisys.com
acl = authenticated-read
### Double check the config for sensitive info before posting publicly