jcwillox / hass-auto-backup

🗃️ Improved Backup Service for Home Assistant that can Automatically Remove Backups and Supports Generational Backup Schemes.
https://jcwillox.github.io/hass-auto-backup
MIT License
356 stars 26 forks source link

Hourly backup isn't actually hourly #80

Open genebean opened 1 year ago

genebean commented 1 year ago

The problem

The trigger for the hourly backup is

  - id: hourly
    enabled: true
    platform: time_pattern
    hours: /3

That does not have the hourly backup run each hour... I think that actually translates to every 8 hours

What version of Auto Backup has the issue?

1.3.0

What version of Home Assistant are you running?

Home Assistant 2022.12.4

What type of installation are you running?

Home Assistant OS

If you're running HA OS/Supervised, what version of the Supervisor are you running?

Supervisor 2022.11.2

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

jcwillox commented 1 year ago

Yeah, I probably should call it "3-hourly backups", I do mention it in the description at least. I'm not sure anyone would want backups more frequently than that? I could possibly add a slider to control the hourly interval.

image