Incremental recursion not working

Wayne Davison wayned at samba.org
Sat Mar 27 12:23:55 MDT 2010


On Sat, Mar 27, 2010 at 7:23 AM, Gerald Holl <gerald at holl.co.at> wrote:

> that was the final hint! I specified e.iL in command="..." in
> ssh/authorized_keys and now incremental recursion works!
>

Rsync depends on being able to communicate what is happening to the remote
side via options.  If something is mangling the options, any number of
things can break, sometimes in spectacular ways.  So, unless you always run
the exact same rsync command into the server, you should figure out some way
for rsync to communicate what it is doing.  One way is to force a
single-use-daemon rsync (force the command "rsync --server --daemon ."), and
using a combined ssh+daemon rsync request (after you setup a local
rsyncd.conf file for the user).

..wayne..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20100327/4eb5dae0/attachment.html>


More information about the rsync mailing list