bundlewrap/bundles/backup/metadata.py
mwiegand 393aee068f wip
2021-09-13 10:41:00 +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',
},
},
}