OV2 / RapidCRC-Unicode

Windows tool to quickly create and verify hash checksums
https://www.ov2.eu/programs/rapidcrc-unicode
GNU General Public License v2.0
300 stars 29 forks source link

RapidCRC usage example #65

Closed vatterspun closed 4 years ago

vatterspun commented 5 years ago

There are many, many uses for this program and certainly it's the most flexible and intelligent hashing program I've come across. Still, I thought it might be interesting to hear about its use by one of its active users. This might be useful in terms of explaining the program or maybe in a helpfile someday, who knows?

This is my system:

  1. Create a backup of a folder on my desktop with all my critical information by run 7zip and compressing the data. I have it configured to update an existing 7z file.

  2. Save the .7z file to an external drive while it auto-uploads to a remote server (the 7zip programs’ output is to the root of my cloud service folder)

  3. I run RapidCRC Unicode on the file and click “CRC into Filename”. This has the dual role of letting me use the same file name many times on the drive and check later that the files haven’t corrupted either on my remote site or my external media (it gets saved to two places).

  4. Copy the file to the external drive (since it’s important to hash BEFORE transfer, otherwise you just have a unique hash for a broken file)

  5. Here’s what I see at the end of the process:

1

  1. I try to recheck at least one of the previous backups to check that the drive is working okay and the process is still effective.

Notes:

Feedback on this process or examples of how you use the program are welcome. This is not an problem with the software so feel free to close the issue.

rescenic commented 4 years ago

Nice guide. Thanks.