bundlewrap/bundles/backup/metadata.py
mwiegand e8932df0cb wip
2021-07-13 00:42:25 +02:00

18 lines
324 B
Python

defaults = {
'apt': {
'packages': {
'jq': {},
'rsync': {},
},
},
'backup': {
'server': None,
'paths': [],
},
'systemd-timers': {
f'backup': {
'command': '/opt/backup/backup_all',
'when': 'daily',
},
},
}