When i do upload in HA big backup from web i can see the error: NetworkError when attempting to fetch resource.
i use settings/system/backup/three dots/upload backup.
I have the SDD space.
I upload the automatic_backup_2025_1_2.tar into /usr/share/hassio/backup used ssh (in the directiry i can see some other backups created in web shell HomeAssistant).
I can`t see the tar file in HA.
user@HomeAssistant:~$ sudo ha backups list
backups:
- compressed: true
content:
addons:
- 5c53de3b_esphome
- core_ssh
- core_mosquitto
- core_configurator
- a0d7b954_nodered
folders: []
homeassistant: true
date: "2025-01-15T05:02:41.595392+00:00"
location: null
locations:
- null
name: No_IflxDB
protected: true
size: 2819.92
size_bytes: 2956902400
slug: f7534c21
type: partial
days_until_stale: 30
user@HomeAssistant:~$ ls -a /usr/share/hassio/backup/
. .. automatic_backup_2025_1_2.tar f7534c21.tar
I can see the backup in web (i dont know what me help).
But if i restore from the backup in logs i can see:
Failed to to call /mounts - does not match regular expression ^[A-Za-z0-9_]+$ for dictionary value @ data['name']. Got 'HA old backup' required key not provided @ data['usage']. Got None
Failed to to call /mounts - does not match regular expression ^[A-Za-z0-9_]+$ for dictionary value @ data['name']. Got 'HA old backup'
Failed to to call /mounts/HA_old_backup - Mounting HA_old_backup did not succeed. Check host logs for errors from mount or systemd unit usr-share-hassio-mounts-HA_old_backup.mount for details.
It looks like your name in the attributes of the backup must not contain spaces anymore.
Ok. But the name created not me. File name created HA.
How i can change it?
I do not know.
It seems the 2025.1 made a lot of changes to backups, so report it as a bug and see if they fix it fast.
Today i can see the backup and i restore it. May be it was work after the new HA created new autobackup? Or new system make indexed old backup i don`t know.