summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-22 17:53:40 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-22 17:53:40 -0400
commit368e20eb84fac8224a2ab33616cdd31f2c4d5ff1 (patch)
treecfbaf0fac1cf44bb0a8f62cebe12c51a6573fab2 /doc/git-annex.mdwn
parentc21998722cb6a65993a3b72e66b225443cfce48b (diff)
diskreserve setting
Add annex.diskreserve config setting, to control how much free space to reserve for other purposes and avoid using (defaults to 1 mb).
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 6168ebae2..3cf408939 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -377,6 +377,14 @@ Here are all the supported configuration settings.
Default ssh and rsync options to use if a remote does not have
specific options.
+* `annex.diskreserve`
+
+ Amount of disk space to reserve. Disk space is checked when transferring
+ content to avoid running out, and additional free space can be reserved
+ via this option, to make space for more important content (such as git
+ commit logs). The units are bytes.
+ The default reserve is 1048576 (1 megabyte).
+
* `annex.version`
Automatically maintained, and used to automate upgrades between versions.