On Mon, Mar 22, 2010 at 11:37:59AM +0100, Johannes Rohr wrote: > the latest version of unison ignores the perms=0 option. I see this > when I try to sync a local dir with an smb share, where I cannot set > any unix permṡ.
The preference "perms=0" means that permissions should not be propagated. But Unison still sets the permissions of an updated file based on the permissions of the previous version of the file, in order to preserve file permissions. (See https://bugs.launchpad.net/ubuntu/+source/unison/+bug/304453 ) You now need to add "dontchmod=true" to your profile as well, if you don't want Unison to use chmod at all. -- Jerome -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org