diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-26 11:43:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-26 11:43:37 -0400 |
commit | 977f5881e9d0f20d3871da1b7be5ce600372d006 (patch) | |
tree | 61268a0086d6e6625b3dcecd0fad9d6a14d01fb9 /doc/tips | |
parent | 4197a408f2c9beb1dda347c7b191d08e23d91f22 (diff) |
caveat
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/using_Amazon_Glacier.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tips/using_Amazon_Glacier.mdwn b/doc/tips/using_Amazon_Glacier.mdwn index a2636d788..5e7131eeb 100644 --- a/doc/tips/using_Amazon_Glacier.mdwn +++ b/doc/tips/using_Amazon_Glacier.mdwn @@ -67,4 +67,9 @@ So, git-annex plays it safe, and avoids trusting the inventory: Like it says, you can use `--trust-glacier` if you're sure Glacier's inventory is correct and up-to-date. +A final potential gotcha with Glacier is that glacier-cli keeps a local +mapping of file names to Glacier archives. If this cache is lost, or +you want to retrieve files on a different box than the one that put them in +glacier, you'll need to use `glacier vault sync` to rebuild this cache. + See [[special_remotes/Glacier]] for details. |