summaryrefslogtreecommitdiff
path: root/doc/special_remotes
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-16 00:09:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-16 00:09:22 -0400
commit9873d38731cb2bebfc2a397f304d89e51c306aa0 (patch)
treeec43bc946b87caf28c0653d5e45206d9cdb6d4a2 /doc/special_remotes
parent2cef42e87c5fbaf318a1381888d504c54844de39 (diff)
webdav is fully working in non-enctypted mode
Diffstat (limited to 'doc/special_remotes')
-rw-r--r--doc/special_remotes/webdav.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/special_remotes/webdav.mdwn b/doc/special_remotes/webdav.mdwn
index 5cc5c55d9..c5b53dc4b 100644
--- a/doc/special_remotes/webdav.mdwn
+++ b/doc/special_remotes/webdav.mdwn
@@ -20,7 +20,8 @@ the webdav remote.
the new key id. See [[encryption]].
* `url` - Required. The URL to the WebDAV directory where files will be
- stored. This directory must already exist. Use of a https URL is strongly
+ stored. This can be a subdirectory of a larger WebDAV repository, and will
+ 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
@@ -33,4 +34,4 @@ the webdav remote.
Setup example:
- # WEBDAV_USERNAME=joey@kitenet.net WEBDAV_PASSWORD=xxxxxxx git annex initremote box.com type=webdav url=https://www.box.com/dav/ encryption=joey@kitenet.net
+ # WEBDAV_USERNAME=joey@kitenet.net WEBDAV_PASSWORD=xxxxxxx git annex initremote box.com type=webdav url=https://www.box.com/dav/git-annex encryption=joey@kitenet.net