bundlewrap/bundles/backup/metadata.py
mwiegand 2eb23a5827 wip
2021-07-13 19:30:45 +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',
},
},
}