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

Backup failed triggered, but its not #107

Open KimCarlsen opened 1 year ago

KimCarlsen commented 1 year ago

The problem

I get the following error every day:
"Timeout on /backups/new/full request. There may be a backup already in progress."

But the backup seems to have completed.

What version of Auto Backup has the issue?

1.3.2

What version of Home Assistant are you running?

2023.7.1

What type of installation are you running?

Home Assistant Supervised

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

2023.7.1

Example YAML snippet

alias: Automatic Backups
description: ""
use_blueprint:
  path: jcwillox/automatic_backups.yaml
  input:
    backup_time: "23:00:00"
    enable_monthly: false
    enable_yearly: false
    keep_days: 7

alias: Notify - Auto Backup failed
description: ""
use_blueprint:
  path: jcwillox/notify_auto_backup.yaml
  input:
    devices:
      - 0c4f0dc4ba605aa215898115abdcc1d8
    only_after: "06:00:00"

Anything in the logs that might be useful for us?

No response

Additional information

No response

WhiteWolf84 commented 1 year ago

Hi,

I have the same problem.

blacknell commented 10 months ago

relates #115