Wednesday, June 13, 2012

Image systems via rsync


In case you ever need to, say, back up a system to a massive fileserver you have lying around, try this:

Client:
gzip /dev/sda | nc myserver 33333
Server:
nc -l 33333 > foo-laptop-2012-06-image.gz

No comments:

Post a Comment