nodes/htz.ex42-1048908: add backup-pre-hook to save weechat configs
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-02-07 20:47:57 +01:00
parent 0d1e987a6f
commit a09f565c78
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -66,6 +66,14 @@ nodes['htz.ex42-1048908'] = {
},
},
},
'backup-client': {
'pre-hooks': {
'kunsi-weechat': \
'#!/bin/sh\n' \
'echo \'core.weechat */layout store\' >> /home/kunsi/.weechat/weechat_fifo\n' \
'echo \'core.weechat */save\' >> /home/kunsi/.weechat/weechat_fifo\n',
},
},
'backups': {
'paths': {
'/home/kunsi/.weechat',