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 fails with "Error during backup. [Errno 122] Quota exceeded" #150

Open weberruss opened 3 months ago

weberruss commented 3 months ago

The problem

I am using the automation blueprint, but no backups are created.

alias: Automatic Backups
description: ""
use_blueprint:
  path: jcwillox/automatic_backups.yaml
  input:
    enable_yearly: false

All I get is the following error message in the log:

2024-07-19 02:30:05.965 ERROR (MainThread) [custom_components.auto_backup] Error during backup. [Errno 122] Quota exceeded

What version of Auto Backup has the issue?

V1.5.0

What version of Home Assistant are you running?

2024.7.2

What type of installation are you running?

Home Assistant Container

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

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

If I check the dir/content on OS/container Level, it looks like this:

docker exec -it home-assistant ls -lhtr /config/backups
total 15G
-rwxrwxrwx    1 1024     users      15.0G Jul  4 03:13 5f2fbd87.tar
-rwxrwxrwx    1 1024     users          0 Jul  5 02:30 ab7cc733.tar
-rwxrwxrwx    1 1024     users          0 Jul  6 02:30 0a2d71a9.tar
-rwxrwxrwx    1 1024     users          0 Jul  7 02:00 2024-07-07-02-00.tgz
-rwxrwxrwx    1 1024     users          0 Jul  7 02:30 63dd4066.tar
-rwxrwxrwx    1 1024     users          0 Jul  8 02:30 5560b1a1.tar
-rwxrwxrwx    1 1024     users          0 Jul  9 02:30 b669b4b3.tar
-rwxrwxrwx    1 1024     users       2.4M Jul 10 02:30 a55250a0.tar
-rwxrwxrwx    1 1024     users          0 Jul 11 02:30 f2c2e17b.tar
-rwxrwxrwx    1 1024     users          0 Jul 12 02:30 7e6a3729.tar
-rwxrwxrwx    1 1024     users       2.4M Jul 13 02:30 71832108.tar
-rwxrwxrwx    1 1024     users          0 Jul 14 02:00 2024-07-14-02-00.tgz
-rwxrwxrwx    1 1024     users          0 Jul 14 02:30 5bdde135.tar
-rwxrwxrwx    1 1024     users          0 Jul 15 02:30 9dc28084.tar
-rwxrwxrwx    1 1024     users          0 Jul 16 02:30 0e08a111.tar
-rwxrwxrwx    1 1024     users          0 Jul 17 02:30 2252650a.tar
-rwxrwxrwx    1 1024     users          0 Jul 18 02:30 af9c5fb6.tar
-rwxrwxrwx    1 1024     users          0 Jul 19 02:30 1f89c44c.tar
-rwxrwxrwx    1 1024     users          0 Jul 19 14:05 d65f57d4.tar
-rwxrwxrwx    1 1024     users       4.4M Jul 19 14:14 88c0a24c.tar

The last entry was a manuel test of the default backup feature of HA (which failed also)