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 <mailto:ger...@holl.co.at>> wrote: > > cmd[9]=-vvvLogtprze.iL > > > The presence of the 'i' in the -e.iL option that was sent means that the > client believes that increment

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 in

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

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