close as dup
This commit is contained in:
parent
97439f4233
commit
d7374f0629
2 changed files with 19 additions and 0 deletions
|
@ -150,3 +150,4 @@ annex.rsync-download-options "--bwlimit 1024" is ignored as well:
|
|||
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
|
||||
I've been using git-annex for many years with great success. It's a pleasure to use, I don't know how I ever managed to get by without it!
|
||||
|
||||
> Closing as a duplicate of the bwlimit todo. [[done]] --[[Joey]]
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 1"""
|
||||
date="2021-09-21T17:24:59Z"
|
||||
content="""
|
||||
Since that old version of git-annex, it has changed to using a different
|
||||
protocol than rsync for transfers over ssh. So the rsync options no longer
|
||||
apply to that. They are still used when git-annex does use rsync, either a
|
||||
rsync special remote or a server with too old a version of git-annex to use
|
||||
the new protocol.
|
||||
|
||||
I think the main thing lost by this is bandwidth throttling.
|
||||
There is an open todo at [[todo/bwlimit]] to implement that in a way that
|
||||
will work more broadly than rsync's --bwlimit.
|
||||
|
||||
Maybe also --ipv4/--ipv6, but ssh configs can probably be used to
|
||||
accomplish the same thing as that.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue