diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-09-12 14:08:00 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-09-12 14:10:09 -0400 |
commit | d9b80aca317a2484df5922d589b7b5e3bc30aa4a (patch) | |
tree | 071a71c75acb1deeb84aadf14d737294ac954512 /doc/special_remotes | |
parent | 6550b6211c04cb27208dff3d17010643fe93a11c (diff) |
export to webdav
This basically works, but there's a bug when renaming a file that leaves
a .git-annex-temp-content-key file in the webdav store, that never gets
cleaned up.
Also, exporting files with spaces to box.com seems to fail; perhaps it
does not support it?
This commit was supported by the NSF-funded DataLad project.
Diffstat (limited to 'doc/special_remotes')
-rw-r--r-- | doc/special_remotes/webdav.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/special_remotes/webdav.mdwn b/doc/special_remotes/webdav.mdwn index 100de8c20..27bd38579 100644 --- a/doc/special_remotes/webdav.mdwn +++ b/doc/special_remotes/webdav.mdwn @@ -29,6 +29,10 @@ the webdav remote. be created as needed. Use of a https URL is strongly encouraged, since HTTP basic authentication is used. +* `exporttree` - Set to "yes" to make this special remote usable + by [[git-annex-export]]. It will not be usable as a general-purpose + special remote. + * `chunk` - Enables [[chunking]] when storing large files. * `chunksize` - Deprecated version of chunk parameter above. |