jkellerer
jkellerer
This PR addresses: * Includes should not merge differently when using mixins (#119) * Mixins should allow to add-to derived lists (#108 & #119) * Profiles should allow to extend...
The recent merged mixins feature has the ability to share pieces of configuration also when spread across includes like in the following example: **profiles.yaml** ```yaml version: 2 includes: '*.inc.yaml' profiles:...
Implements #103 - [x] Dictionary of `restic` commands and options (with descriptions, defaults, type etc.) - [ ] Config info API (descriptions, defaults, restic(profile) option, etc.) - [x] JSON schema...
This PR attempts to create DEB, RPM and APK packages to simplify deployment on Linux. It is an early draft at the moment and requires more work and probably some...
Add "default-command" from `global` also to the profile sections. This allows to create profiles (and group of such profiles) for special cases, e.g. like `check` or `prune`: ```yaml groups: prune-all:...
I was wondering whether it would be possible to add the CLI param "--all" to schedule and unschedule in order to remove and update schedules of all profiles. Currently I'm...
Currently when Nextcloud runs behind a server with an upload limit, uploading a large file (e.g. several 100M) will likely fail when `nextcloud.cfg` is not manually adjusted on every endpoint...
`node_exporter` runs as user `nobody`, while the similar sysutil `telegraph` runs on its own user. That is in general not a problem but it prevents to implement TLS and auth...
This PR addresses #125 . @creativeprojects , please check if this is fine. After that I'll update the config reference and documentation.
Quick PR: Adds `resticprofile OWNCOMMAND --help` and `resticprofile --help -v` to display flags for own commands. Had played a bit with the new restic version today and couldn't remember some...