On Thu, 2005-11-03 at 19:41 -0500, Dave Nebinger wrote: > I guess really what I'm saying is no, it is not a good idea. There's plenty > of other backup solutions out there that would work better than this scheme. > If you have a server and space for the file, rsync would even be a better > solution.
I'm going to try something I found on the Gentoo Wiki: # emerge netcat Remote machine runs # nc -l -p 10000 > image.gz Machine I'm backing up: # dd if=/dev/hda1 | gzip | nc -w 5 remote_ip 10000 What do you think? I'm a bit puzzled by rsync at the moment so this seems to be a simple short term fix. Thanks, Richard -- gentoo-user@gentoo.org mailing list