On Mon, Jan 30, 2006 at 04:25:01PM -0500, Erik Jacobs wrote: > Whenever I run rsync to send files to another machine, the read-only > flag gets set.
The version of rsync in CVS has an option named --chmod that lets you request permission changes for the copied files, so using that as the client version for the copy would allow you to specify "--chmod=o+w" to ensure that write permissions were enabled for the owner. It also has new daemon options that allow chmod changes to be made to files coming to and going from a daemon module: "incoming chmod" & "outgoing chmod". This would allow you to specify "outgoing chmod = o+w" in the module's config and upgrade just the rsync used by the daemon (the client rsyncs wouldn't need to know about the --chmod option in this scenario). ..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