close as dup

This commit is contained in:
Joey Hess 2021-09-21 13:31:42 -04:00
parent 97439f4233
commit d7374f0629
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 19 additions and 0 deletions

View file

@ -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.
"""]]