git-annex/doc/bugs/glacier_with_assistant_bugs.mdwn
2012-11-25 16:35:17 -04:00

13 lines
585 B
Markdown

* Need to handle retrying downloads of files from glacier after 4 hours.
* When a file is moved into archive/, the assistant that sends it to
glacier is able to trust that it's in glacier and remove the local copy.
But other assistants that also have a copy cannot trust that, and so
don't remove their copies.
* For that matter, glacier-cli currently relies on a local cache of
inventory information, and so other git-annexes using the same glacier
repository are not able to access stuff in it, unless and until
`glacier vault sync` is run.
[[!tag /design/assistant]]