Re: Incremental recursion not working

2010-03-27 Thread Wayne Davison
On Sat, Mar 27, 2010 at 7:23 AM, Gerald Holl 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

Re: Incremental recursion not working

2010-03-27 Thread Gerald Holl
Wayne Davison wrote: > On Fri, Mar 26, 2010 at 12:33 AM, Gerald Holl > wrote: > > cmd[9]=-vvvLogtprze.iL > > > The presence of the 'i' in the -e.iL option that was sent means that the > client believes that incremental recurse is possible. The server side > mu

Re: Incremental recursion not working

2010-03-26 Thread Wayne Davison
On Fri, Mar 26, 2010 at 12:33 AM, Gerald Holl wrote: > cmd[9]=-vvvLogtprze.iL > The presence of the 'i' in the -e.iL option that was sent means that the client believes that incremental recurse is possible. The server side must be sending back a flag that indicates that it believes that it

Re: Incremental recursion not working

2010-03-26 Thread Gerald Holl
Paul Slootman wrote: > On Wed 24 Mar 2010, Gerald Holl wrote: > >> Maybe it's because of too many files? The file list consists of >> approx. 450.000 items. > > Incremental recursion works per directory. > If all those 450.000 files are in one directory, then incremental > recursion won't help.

Re: Incremental recursion not working

2010-03-24 Thread Paul Slootman
On Wed 24 Mar 2010, Gerald Holl wrote: > Maybe it's because of too many files? The file list consists of > approx. 450.000 items. Incremental recursion works per directory. If all those 450.000 files are in one directory, then incremental recursion won't help. The number of items isn't the probl

Re: Incremental recursion not working

2010-03-24 Thread Gerald Holl
On 24.03.2010 01:37, Matt McCutchen wrote: On Mon, 2010-03-22 at 14:40 +0100, Gerald Holl wrote: I'm using rsync 3.0.3 over ssh to sync data between two hosts. I can't get the incremental recursion working: rsync -vLogtprz --progress --delete --delete-during --partial -e "ssh -p 1234" --numeric-

Re: Incremental recursion not working

2010-03-23 Thread Matt McCutchen
On Mon, 2010-03-22 at 14:40 +0100, Gerald Holl wrote: > I'm using rsync 3.0.3 over ssh to sync data between two hosts. I can't > get the incremental recursion working: > rsync -vLogtprz --progress --delete --delete-during --partial -e "ssh -p > 1234" --numeric-ids u...@host /local/dir/ > > The d

Incremental recursion not working

2010-03-22 Thread Gerald Holl
Hello, I'm using rsync 3.0.3 over ssh to sync data between two hosts. I can't get the incremental recursion working: rsync -vLogtprz --progress --delete --delete-during --partial -e "ssh -p 1234" --numeric-ids u...@host /local/dir/ The documentation states that the only thing which disables i