On Mon, Mar 14, 2005 at 05:23:05AM -0800, Richard Reina wrote: > I did a chmod 777 test_briscoe (on the client) and > still got the same result.
Remember that the rsync daemon runs as "nobody" by default. You can change that, if you like. Also remember that the destination directory needs to be writable by rsync, not just the file that is being received (since rsync creates a temp file and then renames it). You can work around that restriction using the --temp-dir option. ..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