implement basic automatic backup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user