diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-26 23:39:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-26 23:39:51 -0400 |
commit | 07eb1e676829a20cb7bcc73a219f51b76daa4b3f (patch) | |
tree | 2437cd5a3e02c5c930cb92b11263ccc09dc23edc /doc/special_remotes/directory.mdwn | |
parent | 748609e54c6bc6ca9d6ac68da04b8dd430416876 (diff) |
update does for chunking
Diffstat (limited to 'doc/special_remotes/directory.mdwn')
-rw-r--r-- | doc/special_remotes/directory.mdwn | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/special_remotes/directory.mdwn b/doc/special_remotes/directory.mdwn index de7ab904e..6279024ec 100644 --- a/doc/special_remotes/directory.mdwn +++ b/doc/special_remotes/directory.mdwn @@ -25,13 +25,7 @@ remote: * `keyid` - Specifies the gpg key to use for [[encryption]]. -* `chunk` - Avoid storing files larger than the specified size in the - directory. For use on directories on mount points that have file size - limitations. The default is to never chunk files. - The value can use specified using any commonly used units. - Example: `chunk=100 megabytes` - Note that chunking can be disabled later by setting chunk=0, - and can also safely be changed to a different size as needed. +* `chunk` - Enables [[chunking]] when storing large files. * `chunksize` - Deprecated version of chunk parameter above. Do not use for new remotes. It is not safe to change the chunksize |