You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code worked in version 0.28.1. It doesn't work anymore in 0.29.0:
version: "1"groups:
all-backups:
- nexus
...
the error in version 0.29.0 :
resticprofile --name all-backups schedule
2024/12/02 14:16:01 using configuration file: /etc/resticprofile/profiles.yaml
2024/12/02 14:16:01 no schedule found for profile 'all-backups'
# a group is a profile that will call all profiles one by onegroups:
# when starting a backup on profile "full-backup",# it will run the "root" and "src" backup profilesfull-backup:
- root
- src
It should be clarified whether this is a bug or a new feature in the way groups are written, in which case the documentation should be updated with the new procedure.
The text was updated successfully, but these errors were encountered:
Previously it was loading the profile names of the group and scheduling the profiles independently : but actually this is kind of counter-intuitive because in v2 it's scheduling the group itself and not the profiles.
I could put the feature back but I think it could be a bit misleading?
For me, the implementation doesn't matter as long as there is documentation to explain it.
I find it very useful to be able to schedule several projects in a single command.
I would like to keep this behavior even if the command or configuration must be changed.
Hello
This code worked in version 0.28.1. It doesn't work anymore in
0.29.0
:the error in version
0.29.0
:this example is still in the doc :
It should be clarified whether this is a bug or a new feature in the way groups are written, in which case the documentation should be updated with the new procedure.
The text was updated successfully, but these errors were encountered: