search for: centos_box

Displaying 1 result from an estimated 1 matches for "centos_box".

2007 Nov 22
2
--delete not working - due to 200+G of files?
.... We have tried: 1) rsync, via rsh, to a second similar machine rsync -az -e rsh --delete /home Solaris_box_2:/home2 2) rsync, via ssh and via port 873 to a Centos 5.0 box with rsync 2.6.9 rsync -a -e ssh --delete Solaris_box:/ /home ssh Solaris_box "cd /home;rsync -az --force --delete * Centos_Box::remote_mach" ssh Solaris_box "rsync -az --force --delete /home Centos_Box::remote_mach" In all cases rsyncing the original file system copies all files; but files and directories removed are not reliably removed from the rsync mirror. It takes around 4 hours to build a file list -...