Kamil

Results 27 comments of Kamil
trafficstars

Found this project that also relies on the `restic` and implements Prometheus metrics. Maybe you can learn something from their source code or get some inspirations for metrics? https://github.com/netinvent/npbackup?tab=readme-ov-file#monitoring

Hi @nlsrchtr I don't have any alerts so far. Just dashboards: https://gist.github.com/MrModest/3dd90ed388456886e09e6c18fb6a358f But, TBH, I haven't checked it for a long time, so I wouldn't say that they make any...

You need to add it into your `prometheus.yml`, not to Grafana directly.

I see it as a feature of backrest, because it would be more convenient to just have an additional config and be able to monitor statuses and logs in the...

Seems like if to use `autorestic` instead of `restic`, the copying can be implemented easier: https://autorestic.vercel.app/location/options/copy

I believe for the test, you can add something like this: ```shell # test `--no-folding` figlet "folding" run_playbook "absent" # clean the directory run_playbook "present" "no" "yes" # test if...

That would be too much for such simple tasks. I would rather not overload the board with a lot of small tasks, since I use it mostly as an overview...