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
Using this module I run into a deprecated warning when running borgmatic:
summary:
/etc/borgmatic/config.yaml: Configuration sections (like location:, storage:, retention:, consistency:, and hooks:) are deprecated and support will be removed from a future release. To prepare for this, move your options out of sections to the global scope.
/etc/borgmatic/config.yaml: The exclude_if_present option now expects a list value. String values for this option are deprecated and support will be removed from a future release.
The fix is quite simple, but needs some adapting for the repositories list: it now expects objects with the path and label keys.
Hello,
Using this module I run into a deprecated warning when running borgmatic:
The fix is quite simple, but needs some adapting for the repositories list: it now expects objects with the path and label keys.
So far, I came up with this :
But it's not perfect, if the label is not provided, it will use the repo path.
This template is compatible with the following:
And will render into something like:
Full commit : sinux-l5d@7fc5fe2
The text was updated successfully, but these errors were encountered: