On Sun, Dec 12, 2010 at 08:25:08PM -, Steven Hartland wrote:
> - Original Message - From: "Robin Lee Powell"
>
> >
> >Of course it does, but as I said in my original mail, there are
> >only 4300 directories, and I've seen as much as 10 *million*
> >additional file checks.
> >
> >It tur
- Original Message -
From: "Robin Lee Powell"
Of course it does, but as I said in my original mail, there are only
4300 directories, and I've seen as much as 10 *million* additional
file checks.
It turns out it was considering each directory every time *for each
file*, because of the o
On Fri, Dec 10, 2010 at 02:42:45PM -0800, Steven Levine wrote:
> In <20101210220340.gi27...@digitalkingdom.org>, on 12/10/10 at
> 02:03 PM, Robin Lee Powell said:
>
> Hi,
>
> >On the other hand, given this:
>
> >cpool/b/c/5/bc50007d8ab0221cb2b2b61e0754224c
> >cpool/b/c/5/bc500094bb43d0f4235363f
On Fri, Dec 10, 2010 at 01:55:39PM -0800, Steven Levine wrote:
> In <20101210171139.gd27...@digitalkingdom.org>, on 12/10/10
>at 09:11 AM, Robin Lee Powell said:
>
> Hi,
>
> After a quick testcase, I can see what's happenning. You have
>
> >$ rsync -i -aPv --ignore-existing --files-from=/t
On Fri, Dec 10, 2010 at 01:40:04PM -0800, Steven Levine wrote:
> In <20101210171139.gd27...@digitalkingdom.org>, on 12/10/10
>at 09:11 AM, Robin Lee Powell said:
>
> Hi,
>
> >$ rsync -i -aPv --ignore-existing --files-from=/tmp/list /backups/
> >ut00-s00010:/backups/ building file list ...
>
In <20101210171139.gd27...@digitalkingdom.org>, on 12/10/10
at 09:11 AM, Robin Lee Powell said:
Hi,
After a quick testcase, I can see what's happenning. You have
>$ rsync -i -aPv --ignore-existing --files-from=/tmp/list /backups/
>ut00-s00010:/backups/ building file list ...
>3937 files to
In <20101210171139.gd27...@digitalkingdom.org>, on 12/10/10
at 09:11 AM, Robin Lee Powell said:
Hi,
>$ rsync -i -aPv --ignore-existing --files-from=/tmp/list /backups/
>ut00-s00010:/backups/ building file list ...
>3937 files to consider
>That's not such a big deal, but the list I'm *actuall
On Fri, Dec 10, 2010 at 09:11:39AM -0800, Robin Lee Powell wrote:
>
> $ wc -l /tmp/list
> 1000 /tmp/list
>
> $ rsync -i -aPv --ignore-existing --files-from=/tmp/list /backups/
> ut00-s00010:/backups/
> building file list ...
> 3937 files to consider
>
> I am totally baffled.
>
> That's not suc