Displaying 1 result from an estimated 1 matches for "testbigcopy".
2005 Jun 07
1
Hard links revisited
...sn't make a single hardlink.
//References
sync.bat, first backup (z is the mapped network drive,destination is
#the machine I am on)
"c:\program files\cwrsync\rsync.exe" -avr --stats
"/cygdrive/z/users/scott's folder/testBackup/"
destination::testBigCopy
#sync2.bat second backup - should use hardlinks
"c:\program files\cwrsync\rsync.exe" -avr --stats
--link-dest="/cygdrive/c/source" "/cygdrive/z/Users/Scott's
Folder/testBackup/" destination::testHardLinks
#rsyncd.conf
[testBigCopy]
path = /cygdrive/c/source/
read...