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] [EMAIL PROTECTED]:'cde Desktop .bashrc .profile' /users/jona ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
