update readme
This commit is contained in:
parent
3eda19aef5
commit
fe64dd1f82
1 changed files with 10 additions and 3 deletions
11
README.md
11
README.md
|
@ -26,6 +26,8 @@ All services below are running under Docker, except NSD because I couldn't figur
|
|||
|
||||
## TODO
|
||||
|
||||
Name every docker container well
|
||||
|
||||
### NSD
|
||||
|
||||
#### ZSK Rollover
|
||||
|
@ -37,9 +39,14 @@ Could make automatic key rollovers with cron or some other tool.
|
|||
Currently I always resign zones.
|
||||
But for idempotency I should probably only do it if the zone has changed or the keys have changed.
|
||||
|
||||
### Backup
|
||||
### Borg Backup
|
||||
|
||||
Borg backup?
|
||||
Ideal situation is to backup all of (and only) /data.
|
||||
Issue with Mastodon: the cache is saved at /data as well. Should put this in a location that is not backed up.
|
||||
|
||||
After investigating, borg backup with borgmatic is excellent.
|
||||
Instead of cron, I will use systemd timers to schedule borgmatic.
|
||||
https://dev.to/bowmanjd/schedule-jobs-with-systemd-timers-a-cron-alternative-15l8
|
||||
|
||||
### Firewall
|
||||
|
||||
|
|
Reference in a new issue