On Wed, Dec 28, 2005 at 10:27:59AM -0800, Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco) wrote: > Still I just don't understand why it changes the ~jon/test ownership to > 'cdemgr'too.
This is because the directory '.' is copied when rsync copies an entire directory (as it is when copying an entire module or a directory with a trailing slash). As Matt mentioned, you can specify '*' to get all the contents of a directory without including the directory itself. ..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
