From 38e469535626033f2fd746b449ac0ed8fa75a0d1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 24 Nov 2012 14:47:29 -0400 Subject: [PATCH] bug --- doc/bugs/glacier_with_assistant_bugs.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/glacier_with_assistant_bugs.mdwn diff --git a/doc/bugs/glacier_with_assistant_bugs.mdwn b/doc/bugs/glacier_with_assistant_bugs.mdwn new file mode 100644 index 0000000000..4605a03b24 --- /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]]