|
|
|
|
|
by dividuum
1327 days ago
|
|
You could use one of those services that expect a regular http heartbeat. I'm personally using uptimerobot for that. Within a .bat or .sh file, add a restic [...] && curl <heartbeat-url>
and you'll get eventually notified if backup jobs fails too often. |
|
Restic is also confusing to me with forgetting snapshots and doing cleanup, I don't understand why that isn't run as part of the backup (or is it? The docs aren't clear).