summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-24 14:47:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-24 14:47:29 -0400
commit2a4dae593af85e0811529e718ea73151eddabcf1 (patch)
tree9497fb1b154d18ff6fb5c8ad7910df061689d127
parentb538101aa04e44d08d6998ed822bf65d48305789 (diff)
bug
-rw-r--r--doc/bugs/glacier_with_assistant_bugs.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/glacier_with_assistant_bugs.mdwn b/doc/bugs/glacier_with_assistant_bugs.mdwn
new file mode 100644
index 000000000..4605a03b2
--- /dev/null
+++ b/doc/bugs/glacier_with_assistant_bugs.mdwn
@@ -0,0 +1,8 @@
+When a file is moved to an archive directory, the assistant uploads it to
+glacier correctly, but then fails to drop it locally, unless it was
+started with `--trust-glacier`.
+
+Since it just uploaded the file, it should be able to drop it, without
+needing to trust glacier's inventory. Note that `git annex move` works.
+
+[[!tag /design/assistant]]