summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-08 14:56:57 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-08 14:56:57 -0400
commitf3cf20d22a5c27b83138c4ee062edb7532fecbb3 (patch)
tree39265aff7a0aab93bc478ac0f901c2e88134be98 /doc/git-annex.mdwn
parenta77c34d2b4795a5d41f82a78e999ce33f43d8862 (diff)
document bup special remotes
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 7d0fb3e79..3514002a4 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -402,9 +402,15 @@ 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"
-* `annex.ssh-options`, `annex.rsync-options`
+* `remote.<name>.annex-bup-split-options`
- Default ssh and rsync options to use if a remote does not have
+ Options to pass to bup split when storing content in this remote.
+ For example, to limit the bandwidth to 100Kbye/s, set it to "--bwlimit 100k"
+ (There is no corresponding option for bup join.)
+
+* `annex.ssh-options`, `annex.rsync-options`, `annex.bup-split-options`
+
+ Default ssh, rsync, and bup options to use if a remote does not have
specific options.
* `annex.diskreserve`