aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-05-09 14:02:48 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-05-09 14:02:48 -0400
commit0fff28623cd12e99a45d6002192d62f1545340df (patch)
treed0af22fd9aa7a4ff42e6217c2e685a09c8b2501a /doc/git-annex.mdwn
parent9ca8b85a590f72899e65bb8d9eab758d31e41b49 (diff)
response; update man page
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 56be4bcf9..44f3b94fc 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -1217,6 +1217,10 @@ Here are all the supported configuration settings.
to or from this remote. For example, to force IPv6, and limit
the bandwidth to 100Kbyte/s, set it to `-6 --bwlimit 100`
+ Note that git-annex-shell has a whitelist of allowed rsync options,
+ and others will not be be passed to the remote rsync. So using some
+ options may break the communication between the local and remote rsyncs.
+
* `remote.<name>.annex-rsync-upload-options`
Options to use when using rsync to upload a file to a remote.