resticprofile
resticprofile copied to clipboard
Configuration profiles manager and scheduler for restic backup
For monitoring and alerts like `time() - resticprofile_backup_time`
I recently stumbled across resticprofile, and while it is almost perfect, I want back up my server's docker volumes to google drive, and having rclone on the resticprofile image would...
I've just tried to use resticprofile Docker image on Raspberry Pi and here is what happend: ```bash $ docker run -it --rm -v /tmp/resticprofile_conf/:/resticprofile -v /mnt/raid1/data:/datatobackup creativeprojects/resticprofile backup Unable to...
Maybe I'm approaching this the wrong way, but I have a client machine running a backup that tends to go to sleep too soon... It's a Mac which has a...
Hello, I want to request enhancement that regards interactive mode for resticprofile when mount/restore/stats/snapshots are invoked. My motivation is quite simple - I have 2 repositories in my profile and...
This command: ` run-after-fail:` ` - "curl -fsS --retry 3 --data-raw \"$ERROR_STDERR\" https://healthchecks.mydomain/ping/4b2fef02-0ccf-ff/$ERROR_EXIT_CODE" ` works correcly under linux, but with windows not. I tested $ERROR_STDERR, $ERROR_EXIT_CODE, %errorlevel% Can variables in...
I would like to suggest adding one more location for the profiles file: in the resticprofile.exe directory. This might be the last location to check. This would be helpful when...
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:...
Hello, I would like to report an issue (maybe it is a feature) with the configuration merge process. My setup consists of a few directories and files. I.E. I have...