summaryrefslogtreecommitdiff
path: root/doc/bugs/Glacier_remote_uploads_duplicates.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-06-11 10:39:08 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-06-11 10:39:08 -0400
commit0e7d2bfccb295e43d27f8f2db74d0477a4e765e8 (patch)
tree7ce36f33c773dd64d3ff557d29e21576bd29f12e /doc/bugs/Glacier_remote_uploads_duplicates.mdwn
parent97aab7e5b8f8a86d6d05c1687ccde404518e24f4 (diff)
close
Diffstat (limited to 'doc/bugs/Glacier_remote_uploads_duplicates.mdwn')
-rw-r--r--doc/bugs/Glacier_remote_uploads_duplicates.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/Glacier_remote_uploads_duplicates.mdwn b/doc/bugs/Glacier_remote_uploads_duplicates.mdwn
index f7c8c222e..75014a5e0 100644
--- a/doc/bugs/Glacier_remote_uploads_duplicates.mdwn
+++ b/doc/bugs/Glacier_remote_uploads_duplicates.mdwn
@@ -31,3 +31,6 @@ If the problem is as I think it is, always applying `--trust-glacier` should pre
To fix the problem after it has occurred, it should be sufficient to delete duplicates using glacier-cli, since they _should_ be identical to each other. Some enhancement of the `glacier-cli archive list` command would help here.
Update 10 June 2013: I've pushed a `glacier-cli` update and helper script in commit `b68835`. This adds a `--force-ids` option to `glacier archive list`, with which the helper script `glacier-list-duplicates.sh` uses to identify duplicates that can be removed. If you're affected by this issue, I suggest that you use this helper to identify and fix your problem by removing the duplicates. Please do so carefully by checking that the output of the helper is correct before you use it to delete the duplicates. See the comments at the top of the helper script for usage information.
+
+> [[fixed|done]], at least for the only well-working case for glacier, where
+> only one repository can access glacier directly. --[[Joey]]