Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: whoops more code blocks

...

Confirm the using the checksums you extracted in the steps above:

Code Block
languagebash
linenumberstrue
rclone checksum [checksum type] /path/to/checksum/file.txt /path/to/local_directory/of/copied_files

Here is an example for dropbox:

Code Block
languagec#
linenumberstrue
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
languagebash
linenumberstrue
rclone check [remote name]:[source folder] /path/to/local_copy/of/source_folder

Next steps and packaging files

...