hassio-auto-backup/config.json

27 lines
599 B
JSON
Raw Permalink Normal View History

2021-09-14 13:52:11 +00:00
{
"name": "Auto Backup",
"url": "https://git.asperti.com/paspo/hassio-addons",
2021-09-28 09:46:54 +00:00
"version": "0.2.1",
2021-09-14 13:52:11 +00:00
"slug": "auto-backup",
"description": "Take hassio backups with fixed timings and manage retention",
"startup": "application",
"boot": "auto",
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"homeassistant": "2021.9",
"hassio_api": true,
"hassio_role": "backup",
"options": {
"cron": "15 3 * * *",
"num_backups": 10
},
"schema": {
"cron": "str",
"num_backups": "int"
}
}