git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How to limit bandwidth used by git over SSH ?
@ 2011-07-17 10:22 Ralph Seichter
  2011-07-19  8:42 ` Carlos Martín Nieto
  0 siblings, 1 reply; 4+ messages in thread
From: Ralph Seichter @ 2011-07-17 10:22 UTC (permalink / raw)
  To: git

Hello list,

I'm not really sure if this is a git or SSH issue, but I haven't figured
out a solution yet. To transfer my data between two machines, I use

  git-push ssh://machineB.tld/foo/proj.git master

from machineA. Unfortunately, the machines are connected by a very low-
bandwidth connection, which is completely choked by git-push. From what
I've read so far, I guess this is the result of SSH setting TOS to
"minimize delay", which prevents almost all other traffic during the
push operation. Not good.

I haven't yet found a way of telling git (or SSH) to use no more than a
given maximum bandwidth, like I could do with "scp -l {limit}". Did I
miss something in the documentation?

Your help is appreciated.

-Ralph

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

end of thread, other threads:[~2011-07-20 20:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-17 10:22 How to limit bandwidth used by git over SSH ? Ralph Seichter
2011-07-19  8:42 ` Carlos Martín Nieto
2011-07-20 19:18   ` Ralph Seichter
2011-07-20 20:20     ` Andreas Krey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).