implement basic automatic backup

This commit is contained in:
2026-07-18 20:54:30 +01:00
parent 46ab940295
commit 68a7778a7a
4 changed files with 70 additions and 0 deletions
+10
View File
@@ -76,6 +76,16 @@ specifics for everything
**useful links**
- https://bulwarkmail.org/docs
## backups
- backups are done with [vykar](https://vykar.borgbase.com) to [borgbase](https://borgbase.com)
- if on a new borgbase repo, run `vykar init` first
- to back up automatically, run `sudo EDITOR=micro crontab -e` and add the following:
```
TZ=UTC
0 * * * * /home/fedora/thingy/scripts/volume-backup.sh
```
## todo
- further secure the server (ratelimiting, hardening...)
- more services