diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkey8WuXUh_x5JC2c9_it1CYRnVTgdGu1M <Dustin@web> | 2012-01-06 01:27:26 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-01-06 01:27:26 +0000 |
commit | 47d98bb4466b32f9e5d540b1610fda82bc40b78a (patch) | |
tree | bf0baf82ee4deec8aaf26d5d095e0c0c0a992a12 /doc/bugs/Lost_S3_Remote.mdwn | |
parent | ba0c3eb904706fe2afb0b0425390e638883c3c67 (diff) |
Diffstat (limited to 'doc/bugs/Lost_S3_Remote.mdwn')
-rw-r--r-- | doc/bugs/Lost_S3_Remote.mdwn | 45 |
1 files changed, 23 insertions, 22 deletions
diff --git a/doc/bugs/Lost_S3_Remote.mdwn b/doc/bugs/Lost_S3_Remote.mdwn index 80e90d593..97ad8f961 100644 --- a/doc/bugs/Lost_S3_Remote.mdwn +++ b/doc/bugs/Lost_S3_Remote.mdwn @@ -1,36 +1,37 @@ Somehow I've lost my S3 remote... git-annex knows it's there, but its not associating it with the git remote in .git/config -$ git-annex whereis pebuilder.iso -whereis pebuilder.iso (3 copies) - 3b6fc6f6-3025-11e1-b496-33bffbc0f3ed -- housebackup (external seagate drive on /mnt/back/RemoteStore) + $ git-annex whereis pebuilder.iso + whereis pebuilder.iso (3 copies) + 3b6fc6f6-3025-11e1-b496-33bffbc0f3ed -- housebackup (external seagate drive on /mnt/back/RemoteStore) 6b1326d8-2abb-11e1-8f43-979159a7f900 -- synology 9b297772-2ab2-11e1-a86f-2fd669cb2417 -- Amazon S3 -ok + ok Amazon S3 is the description from the remote. My .git/config file contains this block: -[remote "cloud"] - annex-s3 = true - annex-uuid = 9b297772-2ab2-11e1-a86f-2fd669cb2417 - annex-cost = 70 -The UUID matches... But I cannot access it... see below: - -[39532:39531 - 0:626] 08:20:38 [vivitron@tronlap:o +3] ~/annex/ISO -$ git-annex get pebuilder.iso --from=cloud -git-annex: there is no git remote named "cloud" + [remote "cloud"] + annex-s3 = true + annex-uuid = 9b297772-2ab2-11e1-a86f-2fd669cb2417 + annex-cost = 70 -[39532:39531 - 0:627] 08:20:56 [vivitron@tronlap:o +3] ~/annex/ISO -$ git-annex get pebuilder.iso --from="Amazon S3" -git-annex: there is no git remote named "Amazon S3" +The UUID matches... But I cannot access it... see below: -[39532:39531 - 0:628] 08:21:01 [vivitron@tronlap:o +3] ~/annex/ISO -$ git-annex get pebuilder.iso --from=9b297772-2ab2-11e1-a86f-2fd669cb2417 -git-annex: there is no git remote named "9b297772-2ab2-11e1-a86f-2fd669cb2417" + [39532:39531 - 0:626] 08:20:38 [vivitron@tronlap:o +3] ~/annex/ISO + $ git-annex get pebuilder.iso --from=cloud + git-annex: there is no git remote named "cloud" + + [39532:39531 - 0:627] 08:20:56 [vivitron@tronlap:o +3] ~/annex/ISO + $ git-annex get pebuilder.iso --from="Amazon S3" + git-annex: there is no git remote named "Amazon S3" + + [39532:39531 - 0:628] 08:21:01 [vivitron@tronlap:o +3] ~/annex/ISO + $ git-annex get pebuilder.iso --from=9b297772-2ab2-11e1-a86f-2fd669cb2417 + git-annex: there is no git remote named "9b297772-2ab2-11e1-a86f-2fd669cb2417" -[39532:39531 - 0:629] 08:21:08 [vivitron@tronlap:o +3] ~/annex/ISO -$ + [39532:39531 - 0:629] 08:21:08 [vivitron@tronlap:o +3] ~/annex/ISO + $ -I appreciate any help.... +I appreciate any help.... I've tested versions 3.20111211 and 3.20111231 |