Skip to content
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

Backup loading takes forever / are not loaded #117179

Open
JonathanBout opened this issue May 10, 2024 · 2 comments
Open

Backup loading takes forever / are not loaded #117179

JonathanBout opened this issue May 10, 2024 · 2 comments

Comments

@JonathanBout
Copy link

The problem

I use an automation to backup every morning. But when I now open the backups menu, no backups are visible.

What version of Home Assistant Core has the issue?

core-2024.5.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

alias: Auto Backup
description: ""
trigger:
  - platform: time
    at: "04:00:00"
condition: []
action:
  - service: hassio.backup_full
    metadata: {}
    data:
      compressed: true
      homeassistant_exclude_database: false
mode: single

Anything in the logs that might be useful for us?

No response

Additional information

No response

@donburch888
Copy link

It may be possible that your backup disk is full.

I found that there are quite a few files/folders that grow over time - posted about it here.

If you are using Voice Assist, and particularly the Whisper add-on, you will find that the size of full backups have grown significantly. The Whisper documentation states that "Whisper model files can be quite large, so they are automatically excluded from backups." ... but this is simply not true. The medium.en model is currently adding 2.8GB to my full backup, pushing it to 4GB each time.

@JonathanBout
Copy link
Author

@donburch888 I still have about 2.5 TB of backup space left, I don't think that's the problem. I also don't use voice assist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants