Rclone check a single file local and remote?

It looks like by documentation that rclone check can only do whole directory contents, rather than checking SHA1/MD5 of just single files on both local and remote locations.

Are there any plans to support checking single files?

You should be able to do

rclone check /path/to/file remote:directory/that/file/is/in

and it will do the right thing I think.

Thank you, yes it does!

Hi~

what about “several files” in a folder? :stuck_out_tongue:

say in
/root/a.txt
/root/b.doc
/root/folder1/d.mp4
/root/folder2/e.wmv

same structure on remote 1 and remote 2.

possible to just check /root/a.txt and /root/b.doc easily? or /root/* but exclude folder*?

thanks

You can use any of the filtering commands with rclone check which should be able to satisfy your needs :smile:

1 Like