Re: kernel.bkbits.net off the air

From: Davide Libenzi
Date: Mon Nov 10 2003 - 14:25:45 EST


On Mon, 10 Nov 2003, H. Peter Anvin wrote:

> Andrea Arcangeli wrote:
> >
> > you must pick file2 before file1:
> >
> > you:
> >
> > do
> > get file2
> > get repo-file1-j
> > get file1
> > while file2 != file1 && sleep 10
> >
>
> Okay... I'm starting to think the sequencing requirements on these files
> may be hard to maintain across multiple levels of rsync... but perhaps
> I'm wrong, in particular if 'file2' sorts hierachially-lexically last
> and 'file1' first...

Doing something like:

rsync file2
rsync repo
rsync file1

should work, doesn't it?



- Davide


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/