Linux.com

Re:But what is it REALLY for?

Posted by: Anonymous Coward on March 27, 2007 04:10 PM
scp replacement for archive (keeps symlinks etc):

rsync -a -e ssh othermachine:/path/ .

works a treat, eg for snapshot backup to DVD when the remote dir has recursive symlinks.

Hamish

#

Return to CLI Magic: socat