[GRLUG] rsync help

L. V. Lammert lvl at omnitec.net
Sun Feb 27 16:27:53 EST 2011


On Sun, 27 Feb 2011, Topher wrote:

> What command would I use to move all the files from my local dir to the
> remote machine, using rsync so that it doesn't re-transfer all the stuff
> that's already there?
>
rsync -av oldmachine:/home newmadine:/home

Note the absence of a "/" on the paths - this tells rsync to copy the
directory, not the files IN the directory.

	Lee

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the grlug mailing list