Displaying 2 results from an estimated 2 matches for "rsyncingalargefile".
2001 Dec 11
1
rsync image files?
I'd like to be able to use rsync to copy partition image files (see http://www.partimage.org) to another Linux box. These files are each about 2gb in size, and I would like to only copy the differences. I wondered if rsync's differencing would be able to chop out the differences and splice them into the destination files.
Any help greatly appreciated.
Bernard
2002 Jul 29
2
rsync from Windows and Linux over ssh
Hi All,
I'm a newbie to RSYNC on Windows.
I installed RSYNC(version 2.5.1) on Windows and it is
running as a service on Windows 2000.
I've been trying to copy some files using RSYNC on
linux machine running RH Linux 7.2 kernel 2.4.7 from
Windows 2000 machines using the following command:
$rsync -avz -e ssh <windows-machine>:/rsync/* .
but i'm getting the following error