What is the problem you are having with rclone?
Unable to transfer files
Run the command 'rclone version' and share the full output of the command.
rclone v1.69.1
- os/version: Microsoft Windows Server 2025 Datacenter 24H2 24H2 (64 bit)
- os/kernel: 10.0.26100.3775 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.24.0
- go/linking: static
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
Dropbox
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone copy ./ db:c --transfers 60 -P
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[db]
type = dropbox
token = XXX
[db1]
type = dropbox
token = XXX
A log from the command that you were trying to run with the -vv
flag
2025/04/19 13:26:07 DEBUG : rclone: Version "v1.69.1" starting with parameters ["C:\\ProgramData\\chocolatey\\lib\\rclone.portable\\tools\\rclone-v1.69.1-windows-amd64\\rclone.exe" "copy" "./" "db:c" "--transfers" "60" "-P" "-vv"]
2025/04/19 13:26:07 DEBUG : Creating backend with remote "./"
2025/04/19 13:26:07 DEBUG : Using config file from "C:\\Users\\temp\\AppData\\Roaming\\rclone\\rclone.conf"
2025/04/19 13:26:07 DEBUG : fs cache: renaming cache item "./" to be canonical "//?/C:/Users/temp/Downloads/grc"
2025/04/19 13:26:07 DEBUG : Creating backend with remote "db:c"
2025/04/19 13:26:08 DEBUG : Dropbox root 'c': Waiting for checks to finish
2025/04/19 13:26:08 DEBUG : Dropbox root 'c': Waiting for transfers to finish
2025/04/19 13:26:08 INFO : There was nothing to transfer
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Elapsed time: 0.3s
2025/04/19 13:26:08 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Elapsed time: 0.3s
2025/04/19 13:26:08 DEBUG : 5 go routnes active
2025/04/19 13:26:08 INFO : Dropbox root 'c': Committing uploads - please wait...
Here's the folder:
I've also tried running
rclone copy grc db:c -P
from the root Downloads folder but it doesn’t work