How to rsync PULL multiple files/dirs

Wayne Davison wayned at samba.org
Fri Jan 27 01:11:21 GMT 2006


On Thu, Jan 26, 2006 at 04:59:04PM -0800, Jonathan Chen -X (jonachen - The Armada Group,  Inc. at Cisco) wrote:
> I would like the below statement be turned into a PULL from remote host
> [...]  /users/jona/cde /users/jona/Desktop
> /users/jona/.bashrc /users/jona/.profile cdeprd:/users/jona/

The "ADVANCED USAGE" section of the rsync manpage explains how to
specify multiple source items from a remote rsync.  For instance:

rsync [OPTIONS] jona at cdeprd:'cde Desktop .bashrc .profile' /users/jona

..wayne..


More information about the rsync mailing list