bundlewrap/bundles/backup/metadata.py
mwiegand 2e3038a7e8 wip
2021-09-13 11:21:04 +02:00

18 lines
327 B
Python

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