What is the problem you are having with rclone?
Some file name characters have been accidentally converted in console and crypt's filename sources.
Like the "test:?.txt" become to "test:?.txt" in rclone console output, and the "test.txt" in opened crypt fs.
So, the console and external tools (e.g. GitHub - Alkl58/RcloneBrowser: Simple cross platform GUI for rclone. Supports macOS, GNU/Linux, BSD family and Windows.) show incorrect results for listing, and some characters in the filename are lost in crypt fs.
Run the command 'rclone version' and share the full output of the command.
rclone v1.64.2
- os/version: Microsoft Windows 10 Pro 22H2 (64 bit)
- os/kernel: 10.0.19045.3636 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.21.3
- go/linking: static
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
OneDrive Enterprise or Local of rclone.
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
New file "D:\test\test:?.txt", then.
rclone.exe copy D:/test local:i:/ -vv
The rclone config contents with secrets removed.
Editing existing "local" remote with options:
- type: local
Option nounc.
A log from the command with the -vv
flag
2023/10/30 09:38:59 DEBUG : rclone: Version "v1.64.2" starting with parameters ["C:\\Softwares\\bin\\rclone.exe" "copy" "D:/test" "local:i:/" "-vv"]
2023/10/30 09:38:59 DEBUG : Creating backend with remote "D:/test"
2023/10/30 09:38:59 DEBUG : Using RCLONE_CONFIG_PASS password.
2023/10/30 09:38:59 DEBUG : Using config file from "C:\\Users\\user\\AppData\\Roaming\\rclone\\rclone.conf"
2023/10/30 09:38:59 DEBUG : fs cache: renaming cache item "D:/test" to be canonical "//?/D:/test"
2023/10/30 09:38:59 DEBUG : Creating backend with remote "local:i:/"
2023/10/30 09:38:59 DEBUG : fs cache: renaming cache item "local:i:/" to be canonical "//?/i:/"
2023/10/30 09:38:59 DEBUG : test:?.txt: Need to transfer - File not found at Destination
2023/10/30 09:38:59 DEBUG : Local file system at //?/i:/: Waiting for checks to finish
2023/10/30 09:38:59 DEBUG : Local file system at //?/i:/: Waiting for transfers to finish
2023/10/30 09:38:59 DEBUG : test:?.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2023/10/30 09:38:59 DEBUG : test:?.txt.yaxodok2.partial: renamed to: test:?.txt
2023/10/30 09:38:59 INFO : test:?.txt: Copied (new)
2023/10/30 09:38:59 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Transferred: 1 / 1, 100%
Elapsed time: 0.0s
2023/10/30 09:38:59 DEBUG : 5 go routines active