Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2017-11-30 17:08:44 -04:00
commit afd8aa0b11
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,10 @@
Hello,
what is the best way to use git-annex as a backup tool to S3? As far as I know, even if all data is copied to S3, I need a checkout of the git repo, correct? And of course the private key used.
- Is there a way to also save the repository data to S3? To have something like ```git annex restore-from-external-remote ...```
- If not, how do you organise the backup so that it is disaster proof? Upload the repo to some other external server regularly?
Thanks,
Florian