{ "name": "Auto Backup", "url": "https://git.asperti.com/paspo/hassio-addons", "version": "0.2.1", "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" } }