Hi,<div><br></div><div>No I think this bug is not related. However, I am wondering : if the directory is write-protected, even for root, that means it never changes right ? or is it that there is no file creation, only updates ? In either case, the better would be to treat this particular directory separately. Suppose this directory is called "secure", you would create a "secure" folder on the destination, with a chmod +w, then do :</div>

<div>rsync $SRC $DST -x secure\*</div><div>rsync $SRC/secure $DST/secure/</div><div><br></div><div>Greg<br><br><div class="gmail_quote">On Tue, Aug 7, 2012 at 7:57 AM, András Porjesz <span dir="ltr"><<a href="mailto:andras.porjesz@ericsson.com" target="_blank">andras.porjesz@ericsson.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
Probably it is related to this bug: <a href="https://bugzilla.samba.org/show_bug.cgi?id=8844" target="_blank">https://bugzilla.samba.org/show_bug.cgi?id=8844</a><br>
Andras<br>
<div class="HOEnZb"><div class="h5"><br>
-----Original Message-----<br>
From: <a href="mailto:rsync-bounces@lists.samba.org">rsync-bounces@lists.samba.org</a> [mailto:<a href="mailto:rsync-bounces@lists.samba.org">rsync-bounces@lists.samba.org</a>] On Behalf Of Steven Levine<br>
Sent: Friday, July 27, 2012 20:15<br>
To: <a href="mailto:rsync@lists.samba.org">rsync@lists.samba.org</a><br>
Subject: Re: cannot rsync when source directory lacks write permission<br>
<br>
In <juuivm$ai5$<a href="mailto:1@dough.gmane.org">1@dough.gmane.org</a>>, on 07/27/12<br>
   at 01:26 PM, "Brian J. Murrell" <<a href="mailto:brian@interlinx.bc.ca">brian@interlinx.bc.ca</a>> said:<br>
<br>
Hi,<br>
<br>
>I seem to be running into a problem where I am trying to rsync from a<br>
>source directory that lacks write permissions (i.e. r-xr-xr-x).<br>
>Presumably this is because rsync creates the directory on the<br>
>destination, then sets the permissions to match the source and then<br>
>tries to sync the contents of the directory, which it cannot of course<br>
>lacking write permission in the directory.<br>
<br>
Rsync contains code to handle this.  What version of rsync are you running and what is the command line you are using and what is the exact error message you are getting?<br>
<br>
Regards,<br>
<br>
Steven<br>
<br>
--<br>
----------------------------------------------------------------------<br>
"Steven Levine" <<a href="mailto:steve53@earthlink.net">steve53@earthlink.net</a>>  eCS/Warp/DIY etc.<br>
<a href="http://www.scoug.com" target="_blank">www.scoug.com</a> <a href="http://www.ecomstation.com" target="_blank">www.ecomstation.com</a><br>
----------------------------------------------------------------------<br>
<br>
--<br>
Please use reply-all for most replies to avoid omitting the mailing list.<br>
To unsubscribe or change options: <a href="https://lists.samba.org/mailman/listinfo/rsync" target="_blank">https://lists.samba.org/mailman/listinfo/rsync</a><br>
Before posting, read: <a href="http://www.catb.org/~esr/faqs/smart-questions.html" target="_blank">http://www.catb.org/~esr/faqs/smart-questions.html</a><br>
--<br>
Please use reply-all for most replies to avoid omitting the mailing list.<br>
To unsubscribe or change options: <a href="https://lists.samba.org/mailman/listinfo/rsync" target="_blank">https://lists.samba.org/mailman/listinfo/rsync</a><br>
Before posting, read: <a href="http://www.catb.org/~esr/faqs/smart-questions.html" target="_blank">http://www.catb.org/~esr/faqs/smart-questions.html</a><br>
</div></div></blockquote></div><br></div>