Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(system/services/restic): create /srv/snapshots if non-existent | sils | 2024-01-19 |
| | |||
* | fix(sys/services/restic): Set the system start time to 'daily' | Soispha | 2024-01-14 |
| | | | | | | Considering that the db dump takes longer than an hour, an hourly service start time could lead to multiple dumps happening concurrently. This should reduce this risk | ||
* | fix(sys/services/restic): Include a db dump of PostgreSQL | Soispha | 2024-01-14 |
| | | | | | | | | | | | | | | | Including this dump should remove the risk of a backup with a corrupt PostgreSQL database. Initial test showed that the backup takes around 32 GB and runs in under 3 hours. There is one big oversight not yet included in this commit: All services running a SQLite database are not included in this dump and thus can not be safely recovered. At present these are: - etebase-server (db.sqlite3) - murmur (murmur.sqlite) (This is list was generated with `sudo fd sqlite /srv/`) | ||
* | feat(system): add restic | sils | 2024-01-07 |