Initial commit

This commit is contained in:
2022-05-07 18:07:35 +01:00
commit 8dc31ad258
15 changed files with 609 additions and 0 deletions

1
templates/config.yaml.j2 Normal file
View File

@@ -0,0 +1 @@
{{ borgmatic_config | to_nice_yaml( width=50, explicit_start=True, explicit_end=True) }}