update readme
This commit is contained in:
parent
9598341a81
commit
c0e2f6bc81
1 changed files with 9 additions and 0 deletions
|
@ -41,3 +41,12 @@ But for idempotency I should probably only do it if the zone has changed or the
|
|||
### Firewall
|
||||
|
||||
A little more difficult because of docker networking but probably doable.
|
||||
|
||||
### Backup server
|
||||
|
||||
Given that I am now backing up my data to another server using Borg, it makes sense to include that server into IaC as well.
|
||||
Should be pretty straight forward:
|
||||
|
||||
- Install Borg and Borgmatic
|
||||
- Initialize the Borg repository if it doesn't exist yet.
|
||||
- Add the homeserver's public key to authorized keys.
|
||||
|
|
Reference in a new issue