diff options
author | darkfeline <darkfeline@web> | 2015-10-13 04:33:24 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-10-13 04:33:24 +0000 |
commit | 31c18bbc43f0f7fc3633af7ed4bc143c272954c9 (patch) | |
tree | 4337e7597e77d8d13abc0ddea0a50ffc4ac7e9c6 /doc | |
parent | 8a7e76e9b03ca22ac0c44852974dcedf90d37787 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Help_fixing_S3_mistake.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/forum/Help_fixing_S3_mistake.mdwn b/doc/forum/Help_fixing_S3_mistake.mdwn new file mode 100644 index 000000000..42c6934c9 --- /dev/null +++ b/doc/forum/Help_fixing_S3_mistake.mdwn @@ -0,0 +1,7 @@ +Hello, I'd like some help fixing a mistake I made setting up an S3 remote. + +I created an S3 remote A, then at some later time accidentally created an S3 remote B with the same settings as A, and moved some files over to B. + +I have fixed it by removing/marking as dead B, but I am missing some files now. + +I believe that all of these files exist in A since it is the same bucket as B, but git annex doesn't know that they are in A. Is there a way to somehow "reinject" or refresh git annex so it knows that the files are there? I'm using chunking as well, so I don't know how to download all the chunks and use git annex's reinject command. |