I know there are hundreds of ways (ftp, sftp, cccp, ussr, cia, cp …) , half a dozen addons (google drive dropbox xxx share), that enables you to have a backup of the few cofiguration files. But it would be nice to have an extremely simple way to backup: just click and you have them backed up.
p.s. A pissed user that lost half the configuration files, because of a hw problem, and disabled few days ago all the hassio backup addon because for one reason or another, all have problems.
… Bro, I’m sorry but that’s on you. You can even make an automation that performs a back up once a week. The tools are here already and it’s SUPER easy.
- alias: Snapshot Once A Week
trigger:
- platform: time
at: '10:00:00'
condition:
- condition: time
weekday:
- wed
action:
- service: notify.ios_notify
data:
message: "Creating Snapshot"
data:
push:
badge: 1
- service: hassio.snapshot_full
data_template:
name: >
weekly_backup_{{ now().strftime('%Y-%m-%d') }}
I actually like the idea of excluding the database. It’s not in the options and it really should be. But I would expect it to only work on the default database.
Yep, while scheduling can be done relatively easy with an automation (although would be a nice feature having it ready made in web-ui configuration), excluding the .db its more difficult
Could you give a working example of where to store the DB in Hass.io, that wont be backed up?
Tried several options but it gives me an error every time, probably because i no nothing about hassio file system formatting