Re: pack-e3117bbaf6a59cb53c3f6f0d9b17b9433f0e4135.pack

2005-07-08 Thread Linus Torvalds
On Fri, 8 Jul 2005, Alexey Dobriyan wrote: > > I'm confused now. This pack file is ~60M in size. Will rsync download > another 60M next time? What command should I use now to a) get latest and > greatest and b) be nice with my traffic? Your existing command should work fine. You may (or may no

Re: pack-e3117bbaf6a59cb53c3f6f0d9b17b9433f0e4135.pack

2005-07-08 Thread Ryan Anderson
On Fri, Jul 08, 2005 at 11:49:45AM +0400, Alexey Dobriyan wrote: > Being a happy user of > > $ cat ./rsync-linus > #!/bin/sh -x > > cd linux-linus > rsync -avz --progress \ > > rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/ \ >

pack-e3117bbaf6a59cb53c3f6f0d9b17b9433f0e4135.pack

2005-07-08 Thread Alexey Dobriyan
Being a happy user of $ cat ./rsync-linus #!/bin/sh -x cd linux-linus rsync -avz --progress \ rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/ \ .git/ I'm confused now. This pack file is ~60M in size. Will