My boss wants a bunch of data backed up to an external hard drive, about 700GB. We have most of the data also on an external raid array on a server in the office so this is strictly archived backup for a project that has been finished.
I was wondering if there is a good way to store some sort of parity information on the drive or at least storing file checksums so you can know if something is wrong with a file. I
I thought about par2 but it seems that this will require archiving all the data into rar/zip to then make the par2, is there a better way?
I figure I could just use md5deep to write a list of all the file checksums so that if a file is broken then the correct version could be restored from either source.
We are using OS X and the drive is formatted withHFS+.
Any ideas would be great.
Thanks!
I was wondering if there is a good way to store some sort of parity information on the drive or at least storing file checksums so you can know if something is wrong with a file. I
I thought about par2 but it seems that this will require archiving all the data into rar/zip to then make the par2, is there a better way?
I figure I could just use md5deep to write a list of all the file checksums so that if a file is broken then the correct version could be restored from either source.
We are using OS X and the drive is formatted withHFS+.
Any ideas would be great.
Thanks!
Last edited: