-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto backup can't purge backup on network storage #173
Comments
I’m having the same issue… |
+1 |
Same issue. I checked if the 'backups' directory somehow was created locally in case the network drive was not reachable, no luck. There is no 'backups' directory on my network drive btw. |
Home Assistant handles the deletion of backups, and can only delete backups from Auto Backup doesn't check if a backup was removed externally and just tries to delete it anyway, you can treat the error as more of a warning that it couldn't find the backup it was supposed to remove. This should be rare as you should set |
I had the same issue. To get rid of the 404 error/warning I took a look in this ascii file /homeassistant/.storage/auto_backup.snapshots_expiry. Be aware that if you use the HA File Editor add-on you will have to set it's Enforce Basepath to 'false' The lines you're after have the same HEX number in them as mentioned in the error message. |
This works, thanks for sharing. |
The problem
I have my system configured that it stores backups automatically on a remote network storage (my NAS basically). The storing and all works pretty fine but each time when it should purge an old backup (because of expiring times) it throws errors inside the Homeassistant log file.
What version of Auto Backup has the issue?
1.5.3
What version of Home Assistant are you running?
Core 2024.12.5
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 2024.12.0
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
Edit, 2 mins later:
The mentioned backup files aren't even there on the NAS storage. Why does it still want to delete them?
The text was updated successfully, but these errors were encountered: