hassio-addons/auto-backup/config.json

27 lines
599 B
JSON
Raw Normal View History

2019-03-10 17:09:12 +00:00
{
2021-09-07 21:37:54 +00:00
"name": "Auto Backup",
2019-03-10 17:09:12 +00:00
"url": "https://git.asperti.com/paspo/hassio-addons",
2021-09-07 21:38:49 +00:00
"version": "0.2.0",
2021-09-07 21:37:54 +00:00
"slug": "auto-backup",
"description": "Take hassio backups with fixed timings and manage retention",
2021-09-13 09:03:42 +00:00
"startup": "application",
2019-03-10 17:09:12 +00:00
"boot": "auto",
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
2021-09-07 21:37:54 +00:00
"homeassistant": "2021.9",
2019-03-10 17:09:12 +00:00
"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 * * *",
2021-09-07 21:37:54 +00:00
"num_backups": 10
2019-03-10 17:09:12 +00:00
},
"schema": {
"cron": "str",
2021-09-07 21:37:54 +00:00
"num_backups": "int"
2019-03-10 17:09:12 +00:00
}
}