diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-04 23:46:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-04 23:46:50 -0400 |
commit | 2f3b108d49c534e828cec8adceef7defc942b67f (patch) | |
tree | a900acd6ed02e6342b76f1fe11294c889e62ff08 /doc/tips/using_Amazon_Glacier.mdwn | |
parent | 652f4069fc1ddc7b5cef4fa40865997210cf7a7a (diff) |
update docs for changed initremote encryption syntax
Diffstat (limited to 'doc/tips/using_Amazon_Glacier.mdwn')
-rw-r--r-- | doc/tips/using_Amazon_Glacier.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/using_Amazon_Glacier.mdwn b/doc/tips/using_Amazon_Glacier.mdwn index 5e7131eeb..5aac7fa91 100644 --- a/doc/tips/using_Amazon_Glacier.mdwn +++ b/doc/tips/using_Amazon_Glacier.mdwn @@ -16,7 +16,7 @@ like "2512E3C7" Next, create the Glacier remote. - # git annex initremote glacier type=glacier encryption=2512E3C7 + # git annex initremote glacier type=glacier keyid=2512E3C7 initremote glacier (encryption setup with gpg key C910D9222512E3C7) (gpg) ok The configuration for the Glacier remote is stored in git. So to make another |