bw/htz-cloud.miniserver enable backups
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Sophie Schiller 2021-05-16 19:54:18 +02:00
parent 3e9c28b8ae
commit d307bc0556
3 changed files with 12 additions and 1 deletions

View file

@ -44,8 +44,17 @@ nodes['htz-cloud.miniserver'] = {
},
},
},
'backup-client': {
'pre-hooks': {
'sophie-weechat': \
'echo \'core.weechat */layout store\' >> /home/sophie/.weechat/weechat_fifo\n' \
'echo \'core.weechat */save\' >> /home/sophie/.weechat/weechat_fifo\n',
},
},
'backups': {
'exclude_from_backups': True,
'paths': {
'/home/sophie/.weechat',
},
},
'element-web': {
'url': 'chat.sophies-kitchen.eu',