What is the problem you are having with rclone?
I'm trying to transfer between 2 windows computers. It was working fine for a year or so. Now it will only transfer 1-200mb per file before it stops. I can't see any errors in the logs.
Run the command 'rclone version' and share the full output of the command.
rclone v1.68.1
- os/version: Microsoft Windows 11 Home 23H2 (64 bit)
- os/kernel: 10.0.22631.4317 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.23.1
- go/linking: static
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
SMB
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone -vv --dump responses --log-file=C:\logs\rclonemount.txt copy e:\test test:test
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[dServer]
type = smb
host = XXX
[test]
type = smb
host = XXX
A log from the command that you were trying to run with the -vv
flag
2024/10/18 20:43:54 DEBUG : rclone: Version "v1.68.1" starting with parameters ["rclone" "-vv" "--dump" "responses" "--log-file=C:\\logs\\rclonemount.txt" "copy" "e:\\test" "test:test"]
2024/10/18 20:43:54 DEBUG : Creating backend with remote "e:\\test"
2024/10/18 20:43:54 DEBUG : Using config file from "C:\\Users\\x\\AppData\\Roaming\\rclone\\rclone.conf"
2024/10/18 20:43:54 DEBUG : fs cache: renaming cache item "e:\\test" to be canonical "//?/e:/test"
2024/10/18 20:43:54 DEBUG : Creating backend with remote "test:test"
2024/10/18 20:43:54 DEBUG : testFile.mkv: Need to transfer - File not found at Destination
2024/10/18 20:43:54 DEBUG : smb://x\x@10.0.0.30:445/test/: Waiting for checks to finish
2024/10/18 20:43:54 DEBUG : smb://x\x@10.0.0.30:445/test/: Waiting for transfers to finish
2024/10/18 20:43:54 DEBUG : testFile.mkv: multi-thread copy: disabling buffering because destination uses OpenWriterAt
2024/10/18 20:43:54 DEBUG : testFile.mkv: multi-thread copy: write buffer set to 131072
2024/10/18 20:43:54 DEBUG : testFile.mkv: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 4
2024/10/18 20:43:54 DEBUG : testFile.mkv: Starting multi-thread copy with 96 chunks of size 64Mi with 4 parallel streams
2024/10/18 20:43:54 DEBUG : testFile.mkv: multi-thread copy: chunk 4/96 (201326592-268435456) size 64Mi starting
2024/10/18 20:43:54 DEBUG : testFile.mkv: multi-thread copy: chunk 3/96 (134217728-201326592) size 64Mi starting
2024/10/18 20:43:54 DEBUG : testFile.mkv: multi-thread copy: chunk 1/96 (0-67108864) size 64Mi starting
2024/10/18 20:43:54 DEBUG : testFile.mkv: multi-thread copy: chunk 2/96 (67108864-134217728) size 64Mi starting
2024/10/18 20:43:54 DEBUG : testFile.mkv.3e75b875.partial: writing chunk 2
2024/10/18 20:43:54 DEBUG : testFile.mkv.3e75b875.partial: writing chunk 0
2024/10/18 20:43:54 DEBUG : testFile.mkv.3e75b875.partial: writing chunk 1
2024/10/18 20:43:54 DEBUG : testFile.mkv.3e75b875.partial: writing chunk 3
Thanks