What is the problem you are having with rclone?
When syncing from a pCloud backend to the local (NTFS) filesystem, there are no hashes in common.
According to the documentation, both MD5 and SHA1 hashes should be available.
pCloud supports MD5 and SHA1 type hashes, so you can use the
--checksum
flag.
What is your rclone version (output from rclone version
)
rclone v1.53.1
- os/arch: windows/amd64
- go version: go1.15
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Win10 x64
Which cloud storage system are you using? (eg Google Drive)
pCloud (EU data region)
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone sync pcloud:test_folder C:\test_folder
After succesful sync:
rclone sync pcloud:test_folder C:\test_folder --checksum
The rclone config contents with secrets removed.
[pcloud]
type = pcloud
hostname = eapi.pcloud.com
token = {"access_token":"[masked]","token_type":"bearer","expiry":"0001-01-01T00:00:00Z"}
A log from the command with the -vv
flag
2020/09/29 11:40:48 DEBUG : rclone: Version "v1.53.1" starting with parameters ["C:\\ProgramData\\chocolatey\\lib\\rclone.portable\\tools\\rclone-v1.53.1-windows-amd64\\rclone.exe" "sync" "pcloud:test_folder" "c:\\test_folder" "--checksum" "-vv"]
2020/09/29 11:40:48 DEBUG : Using config file from "C:\\Users\\[masked]\\.config\\rclone\\rclone.conf"
2020/09/29 11:40:48 DEBUG : Creating backend with remote "pcloud:test_folder"
2020/09/29 11:40:48 DEBUG : Creating backend with remote "c:\\test_folder"
2020/09/29 11:40:48 DEBUG : fs cache: renaming cache item "c:\\test_folder" to be canonical "//?/c:/test_folder"
2020/09/29 11:40:48 DEBUG : Local file system at //?/c:/test_folder: Waiting for checks to finish
2020/09/29 11:40:48 NOTICE: Local file system at //?/c:/test_folder: --checksum is in use but the source and destination have no hashes in common; falling back to --size-only
2020/09/29 11:40:48 DEBUG : Unknown.pdf: Size of src and dst objects identical
2020/09/29 11:40:48 DEBUG : Unknown.pdf: Unchanged skipping
2020/09/29 11:40:48 DEBUG : Local file system at //?/c:/test_folder: Waiting for transfers to finish
2020/09/29 11:40:48 DEBUG : Waiting for deletions to finish
2020/09/29 11:40:48 INFO : There was nothing to transfer
2020/09/29 11:40:48 INFO :
Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA -
Checks: 1 / 1, 100%
Elapsed time: 0.5s
2020/09/29 11:40:48 DEBUG : 3 go routines active