[wplug] new HDD

Eric C. Cooper ecc at cmu.edu
Sun Feb 22 12:02:02 EST 2004


On Sat, Feb 21, 2004 at 09:56:49PM -0500, John Harrold wrote:
> in the theme of "there's more than one way to do it", i've found rsync is
> good for this also:
> 
> rsync -av /home /temp1
> 
> and of course over ssh:
> 
> rsync -av -e "ssh -2" /home root at somecomputer:/temp1

Note that if you set the environment variable RSYNC_RSH to "ssh", then
    rsync -av /home root at somecomputer:/temp1
will do what you want.

-- 
Eric C. Cooper          e c c @ c m u . e d u



More information about the wplug mailing list