On Mon, Dec 25, 2006 at 02:40:47PM +0100, Tomasz Chmielewski wrote: > 2. But I don't need to copy the whole "/share/backup", all I really want > to transfer is "/share/backup/fileacl" - we change the rsync command > line accordingly:
Why did you change the module name from "share" to "uDrive"? That's why one command succeeds and one fails. The uDrive module looks to have a bad path setting: you can't use drive letters with rsync, so be sure to specify something like "/cygdrive/u" instead of "u:". ..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
