diff options
author | Joey Hess <joey@kitenet.net> | 2013-01-23 09:35:48 +1100 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-01-23 09:35:48 +1100 |
commit | fb3ca6d56f526a60bd4b7bb28060b8806dafcca5 (patch) | |
tree | 5711a8dfcde9e037873e2370e4088e8ee05194e6 /doc/todo | |
parent | 68f4614b6568a01fb61c51636a896cb52fdea5ff (diff) | |
parent | 067ca2646ee0ddbe4922853dd178038bf286474c (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/wishlist:_Option_to_specify_max_transfer_rate.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/wishlist:_Option_to_specify_max_transfer_rate.mdwn b/doc/todo/wishlist:_Option_to_specify_max_transfer_rate.mdwn new file mode 100644 index 000000000..3ecb42197 --- /dev/null +++ b/doc/todo/wishlist:_Option_to_specify_max_transfer_rate.mdwn @@ -0,0 +1,3 @@ +A big part of my online use is done via a low-speed connection over my mobile phone, this is limited to 16KB/sec because I always use up my 500MB quota the very first day of the month. `;-/` So when I need to download big files, I first download them to my online server, then transfer the files to my laptop with git-annex. If I'm connected via GSM, this occupies all the bandwidth and everything else moves like a heavily sedated slug. So if I want to work via VNC or SSH, I have to terminate ongoing transfers with Ctrl-C and then hopefully remember to restart it when I work locally. I know git-annex is robust enough to handle this gracefully, but it would be really nice to have a continuous connection going on in the background, limited to a value I choose. + +rsync(1) has a `--bwlimit` (bandwidth limit) where you can specify max download/upload speed in kilobytes/sec. It would be great if a similar option was integrated into git-annex. Thanks in advance. |