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
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/ \
>
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
3 matches
Mail list logo