...
Confirm the using the checksums you extracted in the steps above:
Code Block |
---|
language | bash |
---|
linenumbers | true |
---|
|
rclone checksum [checksum type] /path/to/checksum/file.txt /path/to/local_directory/of/copied_files |
Here is an example for dropbox:
Code Block |
---|
language | c# |
---|
linenumbers | true |
---|
|
rclone checksum dropbox /media/sf_BCShared01/processing/2022_061acc/submissionDocumentation/dropbox_checksums.txt "/media/sf_BCShared01/processing/2022_061acc/Radhika Nahpal INT" |
Confirm without local checksums/those that rclone generates:
Code Block |
---|
language | bash |
---|
linenumbers | true |
---|
|
rclone check [remote name]:[source folder] /path/to/local_copy/of/source_folder |
Next steps and packaging files
...