nodes/htz.ex42-1048908: add backup-pre-hook to save weechat configs
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
0d1e987a6f
commit
a09f565c78
1 changed files with 8 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue