diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-20 17:13:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-20 17:13:35 -0400 |
commit | c351355a420388e17acb9d360913ffb5ef6d4cde (patch) | |
tree | a917004602c7490f9e3bc5949d0ba879b9df5f66 /doc | |
parent | ce671ee02e0e87deebc0674841842410475bdabb (diff) |
update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/special_remotes.mdwn | 2 | ||||
-rw-r--r-- | doc/special_remotes/glacier.mdwn | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/special_remotes.mdwn b/doc/special_remotes.mdwn index b6d6be5bb..2cc0cf4e8 100644 --- a/doc/special_remotes.mdwn +++ b/doc/special_remotes.mdwn @@ -8,9 +8,11 @@ types of remotes. These can be used just like any normal remote by git-annex. They cannot be used by other git commands though. * [[S3]] (Amazon S3, and other compatible services) +* [[Amazon_Glacier|glacier]] * [[bup]] * [[directory]] * [[rsync]] +* [[webdav]] * [[web]] * [[hook]] diff --git a/doc/special_remotes/glacier.mdwn b/doc/special_remotes/glacier.mdwn index 8bb7dca47..79c3c38b1 100644 --- a/doc/special_remotes/glacier.mdwn +++ b/doc/special_remotes/glacier.mdwn @@ -41,7 +41,7 @@ the Glacier remote. * `datacenter` - Defaults to "us-east-1". * `vault` - By default, a vault name is chosen based on the remote name - and UUID. This can be specified to pick a valult name. + and UUID. This can be specified to pick a vault name. * `fileprefix` - By default, git-annex places files in a tree rooted at the top of the Glacier vault. When this is set, it's prefixed to the filenames |