Rclone file system hash

When Rclone copies a file from a local machine to a shared network drive, how does Rclone perform hash? Does it perform hash of each buffer as they are copied or completely reads back the file copied and perform the hash?

What is your rclone version (output from rclone version)

1.54.1

It does it as it is being copied if I remember correctly.

If you want a full post copy check then use rclone check.

not clear, to me, exactly what rclone is doing?

rclone copy C:\data\rclone\logs\newtest_files_wasabi\20210507.180505 \\vserver04\en07.rcloner\newtest_files -vv 
DEBUG : Using RCLONE_CONFIG_PASS password.
DEBUG : Using config file from "C:\\data\\rclone\\scripts\\rclone.conf"
DEBUG : rclone: Version "v1.55.1" starting with parameters ["c:\\data\\rclone\\scripts\\rclone.exe" "copy" "C:\\data\\rclone\\logs\\newtest_files_wasabi\\20210507.180505" "\\\\vserver04\\en07.rcloner\\newtest_files" "-vv"]
DEBUG : Creating backend with remote "C:\\data\\rclone\\logs\\newtest_files_wasabi\\20210507.180505"
DEBUG : fs cache: renaming cache item "C:\\data\\rclone\\logs\\newtest_files_wasabi\\20210507.180505" to be canonical "//?/C:/data/rclone/logs/newtest_files_wasabi/20210507.180505"
DEBUG : Creating backend with remote "\\\\vserver04\\en07.rcloner\\newtest_files"
DEBUG : fs cache: renaming cache item "\\\\vserver04\\en07.rcloner\\newtest_files" to be canonical "//?/UNC/vserver04/en07.rcloner/newtest_files"
DEBUG : Local file system at //?/UNC/vserver04/en07.rcloner/newtest_files: Waiting for checks to finish
DEBUG : Local file system at //?/UNC/vserver04/en07.rcloner/newtest_files: Waiting for transfers to finish
DEBUG : doit.cmd: MD5 = a1fa97e32d18c8c16e67b2db779c25a3 OK
INFO  : doit.cmd: Copied (new)
DEBUG : setvar-rclone.cmd: MD5 = be839e4b0f3628671714f17c058d786c OK
INFO  : setvar-rclone.cmd: Copied (new)
DEBUG : exec.cmd: MD5 = 4bc433a2796b5a1b7ffa6c5646b10eff OK
INFO  : exec.cmd: Copied (new)
DEBUG : overview.log: MD5 = 9b3d8a28ffa9e5ffbef31092bfcb736b OK
INFO  : overview.log: Copied (new)
DEBUG : vs.cmd: MD5 = 6731999066a565fc723a2de80ee736ff OK
INFO  : vs.cmd: Copied (new)
DEBUG : vsdone.log: MD5 = 02c63f1e5310b1de382feff0fd597d31 OK
INFO  : vsdone.log: Copied (new)
DEBUG : vshadow.log: MD5 = 362a1a1c3dc12fc4fce5d4cd66a397b7 OK
INFO  : vshadow.log: Copied (new)

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.