Open maxifly opened 2 weeks ago
ok, and what issue do you encounter? Is the backup not restorable?
ok, and what issue do you encounter? Is the backup not restorable?
In google-backup-addon incorrect information in modal window:
I understand that this is a small thing, but this is incorrect information. And then why is it needed?
I'm not sure what this screenshot shows me? On your intial post you wrote, that you see some 0.0 values within the backup.json
file, but this screenshot looks like some web based file browser .
Could you please provide more details, what we are seeing here, maybe describe detailed steps, how to reproduce it, thx
I describe steps in issue detail:
With which editor or app did you opened the backup.json file? What fields exactly do you mean, showing 0.0 values? And what would you expect these fields should show? Further what does this screenshot exactly show (which integration or AddOn or web site) and which steps exactly are needed to get to this view?
I use tar for unpuck backup archive. In backup archive present file backup.json which contain summary information about backup file. In backup.json present field "addons". This field contain information about all backuped addons/ For example:
"addons": [
{
"slug": "core_duckdns",
"name": "Duck DNS",
"version": "1.18.0",
"size": 0.0
},
{
"slug": "core_configurator",
"name": "File editor",
"version": "5.8.0",
"size": 0.0
},
I suspect , field size must contein size addon in backup file. I show screenshot of https://github.com/sabeechen/hassio-google-drive-backup addon. If you setup this addon, open addon WebInterface and click of any backup you can see same picture as my screenshot. I suspect that addon uses backup.json to show similar information
Thanks for details and clarification, now I get it.
This AddOn is not maintained by the home assistent project, so any issue reports relates to it needs to go there.
The issue about the content of the backup.json
needs to go to the supervisor repository.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
The problem
Create full backup. Open backup archive file and open backup.json in this archive. All fields addons...size contein 0.0 value
What version of Home Assistant Core has the issue?
2024.10.4
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Supervised
Integration causing the issue
No response
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response