diff options
Diffstat (limited to 'bundles/restic-backup/metadata.py')
| -rw-r--r-- | bundles/restic-backup/metadata.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/restic-backup/metadata.py b/bundles/restic-backup/metadata.py new file mode 100644 index 0000000..583be1f --- /dev/null +++ b/bundles/restic-backup/metadata.py @@ -0,0 +1,7 @@ +defaults = { + "apk": { + "packages": { + "restic": {}, + }, + }, +} |