diff options
author | http://grossmeier.net/ <greg@web> | 2014-02-20 22:04:58 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-02-20 22:04:58 +0000 |
commit | daa914c7b87e67d6544bfb85a1975862014c3b66 (patch) | |
tree | 3044e266d08b4dfeee0dadfeab011df3c51685b6 /doc | |
parent | 30e149a7ff023f076482ae7e42c977e4b8f17886 (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tips/using_Amazon_Glacier/comment_4_e6ac76b0c20285f4f96b3d0975e8ac66._comment | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/tips/using_Amazon_Glacier/comment_4_e6ac76b0c20285f4f96b3d0975e8ac66._comment b/doc/tips/using_Amazon_Glacier/comment_4_e6ac76b0c20285f4f96b3d0975e8ac66._comment new file mode 100644 index 000000000..47fa6868f --- /dev/null +++ b/doc/tips/using_Amazon_Glacier/comment_4_e6ac76b0c20285f4f96b3d0975e8ac66._comment @@ -0,0 +1,21 @@ +[[!comment format=mdwn + username="http://grossmeier.net/" + nickname="greg" + subject="comment 4" + date="2014-02-20T22:04:58Z" + content=""" +Along with stupid python problems which are now fixed (all my fault, and hopefully didn't cause more noise here than needed), the only thing that didn't go as stated was: + +[[!format sh \"\"\" +greg@x200s:~/Photos$ git-annex enableremote glacier +enableremote glacier + Set both AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY to use glacier +git-annex: Failed creating glacier vault. +greg@x200s:~/Photos$ AWS_ACCESS_KEY_ID=lolno AWS_SECRET_ACCESS_KEY=lolno git-annex enableremote glacier +enableremote glacier ok +(Recording state in git...) +greg@x200s:~/Photos$ +\"\"\"]] + +The guide says that info is sync'd. +"""]] |