close as dup
This commit is contained in:
parent
97439f4233
commit
d7374f0629
2 changed files with 19 additions and 0 deletions
|
@ -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
Add a link
Reference in a new issue