resticprofile
resticprofile copied to clipboard
Configuration profiles manager and scheduler for restic backup
It would be nice if specifying groups in other groups would work. In 0.25.0, this (partial) config file causes an error: ```yml groups: default: - mc mc: - prism -...
My resticprofile configuration contains two profiles that use the same restic repository. The use case is to create separate snapshots of different directories so that one of the snapshots can...
Hello, I am having an issue and I need guidance. My Promtail agent is complaining about the log format received from resticprofile. It expect them to be in RFC 5424...
I am having a hard time, getting my head around how the environment is available during resticprofile runs and how I can manipulate it to inject values to variables which...
In the [reference](https://creativeprojects.github.io/resticprofile/configuration/reference/index.html#section-profileretention) for Section profile.retention for the flag _after-backup_ it reads: > Apply retention after the backup command succeeded. Defaults to true if any “keep-*” flag is set and...
Hi, I completed configuration for a scheduled service "backup", however it fails to run. The service file has this content: ``` # /etc/systemd/system/[email protected] [Unit] Description=resticprofile backup for profile default in...
Hello I noticed that `nice` in global section is not correctly [passed](https://github.com/creativeprojects/resticprofile/blob/3476fbce1425f3368527c05a9130d511fe530139/systemd/generate.go#L31) to systemd unit template. for example with this config ```yaml version: "1" global: nice: 17 default: repository: "my_repo"...
All others metrics are populated with plausible values. I did a little bit of research and I think this is related to a change of wording introduced in restic 0.14.0...
As resticprofile execute a restic command "blindly", accidently running an unconfigured command like "forget" could be fatal. As a safety measure, it would be helpful if a section could be...