max / makenotwork
1 file changed,
+6 insertions,
-0 deletions
| @@ -59,6 +59,12 @@ command = "/home/max/staging/run-ci.sh" | |||
| 59 | 59 | timeout_secs = 600 | |
| 60 | 60 | staleness_days = 7 | |
| 61 | 61 | ||
| 62 | + | [targets.mnw.backups] | |
| 63 | + | directory = "/opt/backups/postgres" | |
| 64 | + | databases = ["makenotwork", "multithreaded"] | |
| 65 | + | max_age_hours = 25 | |
| 66 | + | interval_secs = 3600 | |
| 67 | + | ||
| 62 | 68 | [targets.mt] | |
| 63 | 69 | label = "Multithreaded Forum" | |
| 64 | 70 | expected_routes = ["/"] |