From: weinzwang Date: Sun, 19 Sep 2021 21:46:42 +0000 (+0000) Subject: fixed a typo X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~83^2~90^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3916e324921bffa37432d601229864b551765471;p=git-annex.git fixed a typo --- diff --git a/doc/bugs/annex-rsync-upload-options_are_ignored.mdwn b/doc/bugs/annex-rsync-upload-options_are_ignored.mdwn index 7f50c62479..df5736739a 100644 --- a/doc/bugs/annex-rsync-upload-options_are_ignored.mdwn +++ b/doc/bugs/annex-rsync-upload-options_are_ignored.mdwn @@ -1,5 +1,5 @@ ### Please describe the problem. -git-annex doesn't seem to honor the remote.\.annex-upload-options or annex.rsync-upload-options anymore. The problem seems to be on the server side. I noticed it when upgrading the ancient git-annex on my server from the version in stretch (6.20170101, --bwlimit worked fine with that) to the version in stretch-backports (7.20190129, --bwlimit broken). On the client I'm running bullseye and git-annex version 8.20210223. I then upgraded git-annex on the server to 8.20210903, the rsync-options don't work with that either. +git-annex doesn't seem to honor the remote.\.annex-rsync-upload-options or annex.rsync-upload-options anymore. The problem seems to be on the server side. I noticed it when upgrading the ancient git-annex on my server from the version in stretch (6.20170101, --bwlimit worked fine with that) to the version in stretch-backports (7.20190129, --bwlimit broken). On the client I'm running bullseye and git-annex version 8.20210223. I then upgraded git-annex on the server to 8.20210903, the rsync-options don't work with that either. ### What steps will reproduce the problem?