What is the problem you are having with rclone?
Hello, I am trying to copy the backup from wasabi back to my PC.
There are about 700 folders on wasabi, when I start the sync everything goes well, then I leave it overnight, and in the morning I come back to 1400 folders created on my PC ( the folder names are just increments of the number that's in folder name).
I tried changing the command with some suggestions from the forum, but it did not help, and this is the second day this happens.
Run the command 'rclone version' and share the full output of the command.
- rclone.exe version
-rclone v1.64.2 - os/version: Microsoft Windows 10 Pro 22H2 (64 bit)
- os/kernel: 10.0.19045.2965 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.21.3
- go/linking: static
- go/tags: cmount
Using wasabi S3 storage
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone.exe sync wasabi:visiVMaiZD3 E:\LDPlayer\LDPlayer9\vms -P --fast-list --transfers=2 --multi-thread-streams=16
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[wasabi]
type = s3
provider = Wasabi
access_key_id = XXX
secret_access_key = XXX
endpoint = s3.wasabisys.com
acl = public-read
###
A log from the command that you were trying to run with the -vv
flag
2023/11/10 19:57:44 ERROR : leidian230/sdcard.vmdk.jijikix6.partial: partial file rename failed: rename \\?\E:\LDPlayer\LDPlayer9\vms\leidian230\sdcard.vmdk.jijikix6.partial \\?\E:\LDPlayer\LDPlayer9\vms\leidian230\sdcard.vmdk: Access is denied.
2023/11/10 19:58:34 ERROR : leidian230/data.vmdk.jiyohok0.partial: partial file rename failed: rename \\?\E:\LDPlayer\LDPlayer9\vms\leidian230\data.vmdk.jiyohok0.partial \\?\E:\LDPlayer\LDPlayer9\vms\leidian230\data.vmdk: Access is denied.
2023/11/10 20:00:03 ERROR : leidian230/system.vmdk.qebipub9.partial: partial file rename failed: rename \\?\E:\LDPlayer\LDPlayer9\vms\leidian230\system.vmdk.qebipub9.partial \\?\E:\LDPlayer\LDPlayer9\vms\leidian230\system.vmdk: Access is denied.
2023/11/10 20:00:51 ERROR : leidian232/sdcard.vmdk.rumanek5.partial: partial file rename failed: rename \\?\E:\LDPlayer\LDPlayer9\vms\leidian232\sdcard.vmdk.rumanek5.partial \\?\E:\LDPlayer\LDPlayer9\vms\leidian232\sdcard.vmdk: Access is denied.
2023/11/10 20:03:11 ERROR : leidian232/system.vmdk.vikixen4.partial: partial file rename failed: rename \\?\E:\LDPlayer\LDPlayer9\vms\leidian232\system.vmdk.vikixen4.partial \\?\E:\LDPlayer\LDPlayer9\vms\leidian232\system.vmdk: Access is denied.
2023/11/10 20:03:14 ERROR : leidian232/data.vmdk.yanilep4.partial: partial file rename failed: rename \\?\E:\LDPlayer\LDPlayer9\vms\leidian232\data.vmdk.yanilep4.partial \\?\E:\LDPlayer\LDPlayer9\vms\leidian232\data.vmdk: Access is denied.
2023/11/10 20:07:42 ERROR : leidian233/data.vmdk: Failed to copy: multi-thread copy: failed to find object after copy: object not found
2023/11/10 20:08:05 ERROR : leidian224/data.vmdk: Failed to copy: multi-thread copy: failed to find object after copy: object not found
2023/11/10 20:12:14 ERROR : leidian234/sdcard.vmdk.gorasom3.partial: partial file rename failed: rename \\?\E:\LDPlayer\LDPlayer9\vms\leidian234\sdcard.vmdk.gorasom3.partial \\?\E:\LDPlayer\LDPlayer9\vms\leidian234\sdcard.vmdk: Access is denied.
2023/11/10 20:13:30 ERROR : leidian234/data.vmdk.fojojot5.partial: partial file rename failed: rename \\?\E:\LDPlayer\LDPlayer9\vms\leidian234\data.vmdk.fojojot5.partial \\?\E:\LDPlayer\LDPlayer9\vms\leidian234\data.vmdk: Access is denied.
2023/11/10 20:14:39 ERROR : leidian234/system.vmdk.yafamef8.partial: partial file rename failed: rename \\?\E:\LDPlayer\LDPlayer9\vms\leidian234\system.vmdk.yafamef8.partial \\?\E:\LDPlayer\LDPlayer9\vms\leidian234\system.vmdk: Access is denied
First time this happened I thought maybe it was a permission issue, so I started cmd as administrator yesterday, but that did not help.
Thank you, and if anyone has suggestions how to get better download speeds from wasabi, I'm all ears, as right now it's at 200Mb/s (files being downloaded are 2-4GB)