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
349 stars 26 forks source link

Backup #77

Open feron81 opened 1 year ago

feron81 commented 1 year ago

The problem

Is that normal that 2 backup will created. One backup with the name I gave like backup.tar and another with the number.tar?

What version of Auto Backup has the issue?

1.3.0

What version of Home Assistant are you running?

2022.11.3

What type of installation are you running?

Home Assistant Container

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

Frontend 20221108.0 - latest

Example YAML snippet

No

Anything in the logs that might be useful for us?

No

Additional information

No more information

jcwillox commented 1 year ago

Auto Backup can't create named backups on the filesystem, the Home Assistant Supervisor is what actually creates the backups and should be creating them all as <slug>.tar e.g. ef5b5ab4.tar. So something else must be renaming them, I know addons like https://github.com/jcwillox/hassio-rclone-backup allow for this, but it wouldn't keep two copies.