Fred
Fred
> We could also add support to specify a crontab file since all is already in place we just use the crontab binary to select the correct file depending on...
This is right, I can see in `systemd` that nice is set to a predefined value: https://github.com/creativeprojects/resticprofile/blob/3476fbce1425f3368527c05a9130d511fe530139/systemd/generate.go#L121 Thanks for the report 👍🏻
> Could using PRIO_PGRP instead of PRIO_PROCESS be enough to fix that? Well spotted! If you guys are ok with compiling go code, can you try again with this MR?...
Hi, I haven't thought about it before, but now I can see this problem is a bit of a chicken and egg issue. For now all the `send-` operations run...
Adding another layer is probably best for functionality, but it starts to make things really complicated in the configuration file 😆 The preconditions that are not included in the `run-*`...
I've added a note to the documentation until we find a reasonable workaround #245
> My question: Is it possible in v0.23.0 to use the schedule section? If so, how do I ask resticprofile to schedule it? I have schedules working when I add...
> Might you be welcoming a pull-request on the documentation? Certainly, any help is always welcome 👍🏻 > Ahh, so v2 being work-in-progress, is that also the reason why mix-ins...
the proposed schedule section for v2 is abandoned. v1 schedules will continue to work with v2
Sorry for the late reply... I double checked, and actually it is working, but for configuration format v2 only. We haven't introduced it in configuration v1 as it is a...