Secure copy program

DarkTXKnight

Senior member
Oct 3, 2001
933
0
71
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?
 

sourceninja

Diamond Member
Mar 8, 2005
8,805
65
91
well one way is to do a md5 of the files and compare them. Another (easier) way is to use rsync. In fact, I'd probably use rsync.
 

QuixoticOne

Golden Member
Nov 4, 2005
1,855
0
0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For network or disc to disc transfer:

Free SyncBack version
http://www.2brightsparks.com/downloads.html

Free synctoy 2.0:
http://www.microsoft.com/proph...loads/synctoybeta.aspx

Cobian backup 9: (makes zip files and does other useful things)
http://www.educ.umu.se/~cobian/cobianbackup.htm

http://www.cis.upenn.edu/~bcpierce/unison/index.html

http://www.rsync.net/resources/howto/windows_rsync.html

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

 

dakels

Platinum Member
Nov 20, 2002
2,809
2
0
I also recommend Rsync. I haven't used it in several years but it served me really well.
 

DarkTXKnight

Senior member
Oct 3, 2001
933
0
71
Thanks!! I thought about Rync and vaguely remember a package thqat is an rsync for windows... does anyone know where I can find that?
 

QuixoticOne

Golden Member
Nov 4, 2005
1,855
0
0

DarkTXKnight

Senior member
Oct 3, 2001
933
0
71
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