aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Glacier_remote_uploads_duplicates.mdwn
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkexhIpGcYa22aPQtLm-StpHiF-MHYPh5w <Robie@web>2013-06-10 17:21:26 +0000
committerGravatar admin <admin@branchable.com>2013-06-10 17:21:26 +0000
commit6e18131a499bda40378f60693169b3032115ca06 (patch)
tree28b07119e0a052b1b50fbed9f069c695f1806379 /doc/bugs/Glacier_remote_uploads_duplicates.mdwn
parentcc3ca1bf02700f2cd691b28a4381a5b310d65170 (diff)
Add further workaround instructions
Diffstat (limited to 'doc/bugs/Glacier_remote_uploads_duplicates.mdwn')
-rw-r--r--doc/bugs/Glacier_remote_uploads_duplicates.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/Glacier_remote_uploads_duplicates.mdwn b/doc/bugs/Glacier_remote_uploads_duplicates.mdwn
index bcbd94815..f7c8c222e 100644
--- a/doc/bugs/Glacier_remote_uploads_duplicates.mdwn
+++ b/doc/bugs/Glacier_remote_uploads_duplicates.mdwn
@@ -29,3 +29,5 @@ However, whatever we do, it is impossible to map an "upload or overwrite on key
If the problem is as I think it is, always applying `--trust-glacier` should prevent the problem from occurring in most cases, since git-annex will run "checkpresent" and glacier-cli will confirm that the archive exists.
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.