I just built an UnRAID server for home and I would like to make sure that the files I copy over to it from the windows hosts are good copies. What can I use to ensure that nothing gets corrupted?
I'd also suggest rsync in the mode that does checksumming of the remote and local files to ensure they're not different (as opposed to just checking the name, size, timestamp).
Some of these other sync programs may offer a content comparison / checksumming / hashing type verification to ensure that the source and backup files are truly identical.
You can use something like FCIV to verify independently that the hashes of the source files are matching the hashes of the backed up files: http://support.microsoft.com/kb/841290
There are ways to use rsync where it probably won't do checksum based file comparisons, so be sure that you're using it correctly for maximum verification. Using something like FCIV to store and check the hashes makes a lot of sense. You could even use something like par2 to help add some more redundant file integrity protection.
By all means I would like a version that uses the hashes. I am planning on wiping out the smaller hard drives the data is coming from and keeping this mahcine as the master copy of my media files and docs with a tape backup of whatever goes onto disk
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.