public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* host a git archive on an rsync server?
@ 2009-11-30  8:20 Dan Carpenter
  2009-11-30 12:52 ` Avi Kivity
  2009-12-03  6:44 ` James Cloos
  0 siblings, 2 replies; 3+ messages in thread
From: Dan Carpenter @ 2009-11-30  8:20 UTC (permalink / raw)
  To: linux-kernel

Could someone do a git clone and put it on an rsync server for me?

I am in Africa and it is going to take some months before I get 
broadband.  The max bandwith I can currently buy at one time is 200MB.
It's not enough to clone of the kernel.  With git you can't download
200MB, disconnect and then download the remaining bits later, so
that's why I need rsync.

If I had the initial clone, I could pull in the changes every day
no problem.  

It costs $.05 USD per MB so maybe the best way to save bandwidth
is something like this:
git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
mv linux-2.6/.git linux-2.6.gitdir
tar cvvf linux-2.6.gitdir.tar linux-2.6.gitdir
bzip2 linux-2.6.gitdir.tar

I would be super grateful if anyone could do this.

thanks,
dan carpenter

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-12-03  7:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-30  8:20 host a git archive on an rsync server? Dan Carpenter
2009-11-30 12:52 ` Avi Kivity
2009-12-03  6:44 ` James Cloos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox