This repository has been archived on 2023-12-26. You can view files and clone it, but cannot push or open issues or pull requests.
lewis/README.md

22 lines
672 B
Markdown
Raw Normal View History

2023-03-14 21:10:12 +00:00
# Lewis
2023-04-11 20:26:46 +00:00
Lewis is our server used for backups.
2023-03-17 11:35:22 +00:00
2023-04-11 20:26:46 +00:00
## Architecture
2023-03-17 11:35:22 +00:00
2023-04-11 20:26:46 +00:00
Backups are implemented in a pull fasion.
A single Borg backup repository is maintained on this server.
Servers in our network expose a SSHFS share with files they wish to be backed up.
Authentication of these SSHFS shares is done using SSH user certificates.
2023-03-25 23:04:30 +00:00
## TODO: off-site backups
Right now, all backup data is still stored on-site.
One potential place to store backups off-site is Amazon S3.
Another options would be HiDrive S3 from Strato.
## TODO: offline backups
Another improvement to our backup system is to incorporate offline backups.
2023-04-11 15:27:21 +00:00
I should investigate what is a good method to do this.