Google backup add-on trying to remove non existing backups

Hi guys,

I ran out of space and manually rm -rf 'ed my /backup folder.

No issue except that Google backup addon now complains, as the backups it is looking to delete are not existing anymore :wink:

An unexpected error occurred: 404, message='Not Found', url=URL('http://supervisor/backups/2c3b5233/download')

arrow_drop_down View Error Details

  addon/backup/model/coordinator.py:198 (_sync)
  addon/backup/model/model.py:250 (sync)
  addon/backup/drive/drivesource.py:197 (save)
  addon/backup/util/asynchttpgetter.py:228 (__aenter__)
  addon/backup/util/asynchttpgetter.py:61 (setup)
  addon/backup/util/asynchttpgetter.py:180 (_startReadRemoteAt)
  /site-packages/aiohttp/client_reqrep.py:1059 (raise_for_status)
aiohttp.client_exceptions.ClientResponseError: 404, message='Not Found', url=URL('http://supervisor/backups/2c3b5233/download')

Where can I edit it’s backup list in order to make it forget he non existing ones ? :slight_smile:

thanks !