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 with multiple destination ends if one is offline #138924

Open
moorgrove opened this issue Feb 20, 2025 · 2 comments
Open

Backup with multiple destination ends if one is offline #138924

moorgrove opened this issue Feb 20, 2025 · 2 comments

Comments

@moorgrove
Copy link

The problem

I have tree destinations for my backup (local, NAS and Google drive). If my NAS is powered off the backup stops after writing to local and the backup is not written to Google Drive. If one destination is offline the most obvious would be to throw an error like now but continue with the other destinations?

What version of Home Assistant Core has the issue?

2025.2.4

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

Backup

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

Anything in the logs that might be useful for us?

Additional information

No response

@home-assistant
Copy link

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.

(message by CodeOwnersMention)


backup documentation
backup source
(message by IssueLinks)

@MartinHjelmare
Copy link
Member

We need debug logs to be able see what's going on.

Please use the following logger integration YAML settings:

logger:
  default: warning
  logs:
    homeassistant.components.backup: debug
    homeassistant.components.hassio: debug

https://www.home-assistant.io/integrations/logger/

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

No branches or pull requests

3 participants