aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c <Justin@web>2013-05-01 02:22:27 +0000
committerGravatar admin <admin@branchable.com>2013-05-01 02:22:27 +0000
commit1c9cab56aef888ac598ee8261cf47409dc3954aa (patch)
treeb8e204e8038820c1f5738bb57c01be2df6bb661a
parented348d180ee21393e67d08a9d52bbc2f81d89b71 (diff)
-rw-r--r--doc/bugs/True_backup_support.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/True_backup_support.mdwn b/doc/bugs/True_backup_support.mdwn
new file mode 100644
index 000000000..ebf69c617
--- /dev/null
+++ b/doc/bugs/True_backup_support.mdwn
@@ -0,0 +1,5 @@
+I'd like to be able to restore my data from S3/Glacier following a catastrophic loss of information.
+
+As I understand it, git-annex doesn't solve this problem for me because it only stores file *contents* in S3/Glacier. A restore-from-nothing requires both the file contents and also the file names and metadata, which git-annex doesn't store in S3.
+
+I'm still feeling my way around git-annex, but I think it will probably be sufficient for my purposes to set up a cron job to push my annex to github. But I think it would be helpful if git-annex could take care of this automatically.