bundles/openhab: do full backup in backup-pre-hooks
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
248133a632
commit
031d647864
1 changed files with 7 additions and 0 deletions
|
@ -26,6 +26,13 @@ defaults = {
|
||||||
'/var/lib/openhab',
|
'/var/lib/openhab',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'backup-client': {
|
||||||
|
'pre-hooks': {
|
||||||
|
'openhab': [
|
||||||
|
'/usr/share/openhab/runtime/bin/backup --full',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue