{% import "layouts/macros.jinja2" as macros %} {# Reusable macros #} {% macro chooseFolder(id) %}
folder_open The Google Drive ID of the folder you'd like to upload backups into. You can get this id by navigating to the folder in Google Drive and copying it out of the URL. It should be a long sequence of characters at the end of the URL. For example if the URL for my folder is https://drive.google.com/drive/folders/1el4ZWcE0xdkIu_Yt_2kxk36qE7K5O188, then the Drive ID is 1el4ZWcE0xdkIu_Yt_2kxk36qE7K5O188 Use the "Choose Folder" button to open a new window where you can select the folder you'd like to use. Doing this gives the addon permission to store backups in that folder. open_in_new Choose Folder save Save
{% endmacro %} {# Error messages #} {% set error_card_actions %} searchFind similar issues bug_reportFile this issue on Github file_downloadDownload logs {% endset %} {% call macros.errorMessage("Error while backing up", "error_card", "sync_problem", error_card_actions) %}

The add-on got the error below while trying to sync your backups. Some transient errors are expected (e.g. an upload could fail if the internet is down) but if this persist for more than a few minutes your backups won't get uploaded and the information you see on this page may be stale. If you file an issue on GitHub with the link below, it could be helpful to provide the logs downloaded from the "Download Logs" link below


arrow_drop_down View Error Details
{% endcall %} {% set low_space_actions %} refreshTry Syncing Again addCreate backup anyway {% endset %} {% call macros.errorMessage("Low Disk Space", "low_space", "disc_full", low_space_actions) %}

It looks like you're low on disk space. The addon won't attempt to create a backup until you take action or more space becomes available. It looks like your backup folder in Home Assistant is full and only has left so creating another backup runs the risk of exhausting the space available. When Home Assistant runs out of disk space, it can stop responding and become very difficult to fix. This addon can only estimate how big the next backup will be based on your most recent one, it can't know how big the backup will be until its actually created.

To resolve this you can:

{% endcall %} {% set drive_full_actions %} refreshTry Syncing Again {% endset %} {% call macros.errorMessage("Google Drive is Full", "drive_full", "disc_full", drive_full_actions) %}

Google Drive is full, backups can't continue until space is available. You can go to Google Drive's quota page to see what's using up space in your Google Drive, but because that space is shared between several Google products (e.g. Gmail, Google Photos) one of those products might be using the space instead. You can see your usage across all those products on Google's storage settings page.

To resolve this you can: