{ "name": "Auto Snapshot", "url": "https://git.asperti.com/paspo/hassio-addons", "version": "0.1.3", "slug": "auto-snapshot", "description": "Take hassio snapshots with fixed timings and manage retention. Since Homeassistant 2021.9 SNAPSHOT is renamed to BACKUP, so please use the new addon AUTO-BACKUP. This addon will not be supported anymore.", "startup": "application", "boot": "auto", "arch": [ "aarch64", "amd64", "armhf", "i386" ], "hassio_api": true, "hassio_role": "backup", "options": { "cron": "15 3 * * *", "num_snapshots": 10 }, "schema": { "cron": "str", "num_snapshots": "int" } }