hassio-addons/auto-snapshot/config.json

26 lines
573 B
JSON
Raw Normal View History

2019-03-10 17:09:12 +00:00
{
"name": "Auto Snapshot",
"url": "https://git.asperti.com/paspo/hassio-addons",
2019-03-11 09:13:57 +00:00
"version": "0.1.2",
2019-03-10 17:09:12 +00:00
"slug": "auto-snapshot",
2019-03-10 17:30:11 +00:00
"description": "Take hassio snapshots with fixed timings and manage retention",
2019-03-10 17:09:12 +00:00
"startup": "before",
"boot": "auto",
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"hassio_api": true,
2019-03-10 17:30:11 +00:00
"hassio_role": "backup",
2019-03-10 17:09:12 +00:00
"options": {
"cron": "15 3 * * *",
"num_snapshots": 10
},
"schema": {
"cron": "str",
"num_snapshots": "int"
}
}