summaryrefslogtreecommitdiff
path: root/doc/special_remotes
diff options
context:
space:
mode:
Diffstat (limited to 'doc/special_remotes')
-rw-r--r--doc/special_remotes/directory.mdwn8
-rw-r--r--doc/special_remotes/webdav.mdwn12
2 files changed, 6 insertions, 14 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
diff --git a/doc/special_remotes/webdav.mdwn b/doc/special_remotes/webdav.mdwn
index 871540a97..64eed5d0b 100644
--- a/doc/special_remotes/webdav.mdwn
+++ b/doc/special_remotes/webdav.mdwn
@@ -29,13 +29,11 @@ the webdav remote.
be created as needed. Use of a https URL is strongly
encouraged, since HTTP basic authentication is used.
-* `chunksize` - Avoid storing files larger than the specified size in
- WebDAV. For use when the WebDAV server has file size
- limitations. The default is to never chunk files.
- The value can use specified using any commonly used units.
- Example: `chunksize=75 megabytes`
- Note that enabling chunking on an existing remote with non-chunked
- files is not recommended, nor is changing the chunksize.
+* `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
+ setting of an existing remote.
Setup example: