What is the problem you are having with rclone?
Some characters, like the ? character, are causing problems when trying to use rclone between my Mac and my Synology over SMB. The characters appear normal in Finder when I connect directly via SMB, but when running rclone the ? character on the synology gets converted to a ? inside a box (not sure what the actual name for that character is). The character also appears correctly when I log into the Synology via its web UI. For further context, I had previously copied these files with another tool and am attempting to retrofit rclone onto this archive as a replacement.
Run the command 'rclone version' and share the full output of the command.
rclone v1.66.0
- os/version: darwin 14.5 (64 bit)
- os/kernel: 23.5.0 (arm64)
- os/type: darwin
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.22.1
- go/linking: dynamic
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
Self-hosted Synology, connecting via SMB
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone check Podcasts/snippets synology:home/T7/Podcasts/snippets --local-encoding None --smb-encoding None
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[synology]
type = smb
host = XXX
user = XXX
pass = XXX
A log from the command that you were trying to run with the -vv
flag
2024/05/16 18:20:56 DEBUG : rclone: Version "v1.66.0" starting with parameters ["rclone" "check" "Podcasts/snippets" "synology:home/T7/Podcasts/snippets" "-vv" "--log-file=log.txt"]
2024/05/16 18:20:56 DEBUG : Creating backend with remote "Podcasts/snippets"
2024/05/16 18:20:56 DEBUG : Using config file from "/Users/user/.config/rclone/rclone.conf"
2024/05/16 18:20:56 DEBUG : fs cache: renaming cache item "Podcasts/snippets" to be canonical "/Volumes/T7/Podcasts/snippets"
2024/05/16 18:20:56 DEBUG : Creating backend with remote "synology:home/T7/Podcasts/snippets"
2024/05/16 18:20:57 DEBUG : smb://user@ds218.local:445/home/T7/Podcasts/snippets: Using root directory "home/T7/Podcasts/snippets"
2024/05/16 18:20:57 ERROR : No common hash found - not using a hash for checks
2024/05/16 18:20:57 DEBUG : smb://user@ds218.local:445/home/T7/Podcasts/snippets: Waiting for checks to finish
2024/05/16 18:20:57 ERROR : 2024-02-23 - Where did all the roaches go?.mp3: file not in smb://user@ds218.local:445/home/T7/Podcasts/snippets
2024/05/16 18:20:57 ERROR : 2024-02-23 - Where did all the roaches go.mp3: file not in Local file system at /Volumes/T7/Podcasts/snippets
2024/05/16 18:20:57 NOTICE: smb://user@ds218.local:445/home/T7/Podcasts/snippets: 1 files missing
2024/05/16 18:20:57 NOTICE: Local file system at /Volumes/T7/Podcasts/snippets: 1 files missing
2024/05/16 18:20:57 NOTICE: smb://user@ds218.local:445/home/T7/Podcasts/snippets: 2 differences found
2024/05/16 18:20:57 NOTICE: smb://user@ds218.local:445/home/T7/Podcasts/snippets: 2 errors while checking
2024/05/16 18:20:57 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Errors: 2 (retrying may help)
Elapsed time: 0.3s
2024/05/16 18:20:57 DEBUG : 8 go routines active
2024/05/16 18:20:57 DEBUG : smb://user@ds218.local:445/home/T7/Podcasts/snippets: Closing 1 unused connections
2024/05/16 18:20:57 Failed to check with 2 errors: last error was: 2 differences found