You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to upload and restore a backup of a brand new instance of Home Assistant (without the backups directory) the uploader fails with a 500 status code.
No entries are seen in HA logs, however you can see the following in the HTTP request response:
Can't write backup file: [Errno 2] No such file or directory: '/workspaces/ha-googledrive-backup/config/backups/71cc4d50.tar'
As soon as the backups folder is manually created under /config the upload is successful and the rest of the upload flow resumes.
What version of Home Assistant Core has the issue?
core-2025.5.0b5
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Core
Integration causing the issue
backup
Link to integration documentation on our website
No response
Diagnostics information
N/A
Example YAML snippet
N/A
Anything in the logs that might be useful for us?
Can't write backup file: [Errno 2] No such file or directory: '/workspaces/ha-googledrive-backup/config/backups/71cc4d50.tar'
Additional information
No response
The text was updated successfully, but these errors were encountered:
Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (backup) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of backup can trigger bot actions by commenting:
@home-assistant close Closes the issue.
@home-assistant rename Awesome new title Renames the issue.
@home-assistant reopen Reopen the issue.
@home-assistant unassign backup Removes the current integration label and assignees on the issue, add the integration domain after the command.
@home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
@home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.
The problem
When attempting to upload and restore a backup of a brand new instance of Home Assistant (without the backups directory) the uploader fails with a 500 status code.
No entries are seen in HA logs, however you can see the following in the HTTP request response:
As soon as the
backups
folder is manually created under /config the upload is successful and the rest of the upload flow resumes.What version of Home Assistant Core has the issue?
core-2025.5.0b5
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Core
Integration causing the issue
backup
Link to integration documentation on our website
No response
Diagnostics information
N/A
Example YAML snippet
N/A
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: