{ "name": "Auto Snapshot", "url": "https://git.asperti.com/paspo/hassio-addons", "version": "0.1.2", "slug": "auto-snapshot", "description": "Take hassio snapshots with fixed timings and manage retention", "startup": "before", "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" } }