bundles/openhab: do full backup in backup-pre-hooks
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2022-01-24 07:26:03 +01:00
parent 248133a632
commit 031d647864
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -26,6 +26,13 @@ defaults = {
'/var/lib/openhab',
},
},
'backup-client': {
'pre-hooks': {
'openhab': [
'/usr/share/openhab/runtime/bin/backup --full',
],
},
},
}