Stephen Beechen
Stephen Beechen
> This indicates it is a partial snapshot not a full snapshot though the logs seem to indicate a full snapshot (still in progress). I've made [separate issue](https://github.com/sabeechen/hassio-google-drive-backup/issues/437) for this,...
Ah, the problem is generational snapshots. I should have noticed that from the screenshots. It might come as a surprise that its actually working as designed, though obviously not as...
The addon basically just calls Hass.io's snapshot service with and then makes sure to sync anything it can find to Google Drive, so if you create an automation that triggers...
My guess is that the backup is getting created when the file is first created rather than after the file has been written completely. You have the folder watchdog configured...
Honestly I don't know whats causing this, but I do have a theory. In the logs it looks like the first request succeeds, but then it fails after it attempts...
_accidental closure_
Well I'm glad its working but the transience of it is frustrating. If there _is_ a bug in resuming uploads then a restart might have gotten past it since the...
I'd like to do this, but the way this addon is currently written depends heavily on running inside one of the docker containers that the supervisor provides. It "should" be...
Sure, here are the high points as far as I can see: - The addon makes use of the [supervisor API](https://developers.home-assistant.io/docs/add-ons/communication/) to create/manage backups. I'm not sure if the backups...
Thanks, I could see this being a good move for the addon eventually if I could get the full set of functionality it needs inside of Home Assistant core.