{% extends "base.html" %} {% block title %}Confirm Backup of {{kind_str|escape}}{% endblock %} {% block body %}

Datastore Admin: Backup to Google Cloud Storage

{% if kind_list %} {% comment %} size_total represents the total size of the figures for which we have datastore statistics available. sizes_known indicates whether or not we have datastore statistics for all kinds. These two variables are used to render different messages for the three possible scenarios: all sizes known, some sizes known, no sizes known. {% endcomment %}
{% if run_as_a_service %} {% endif %} {% for kind in kind_list %} {% endfor %}
{% if notreadonly_warning %}

WARNING

The application is not in read-only mode and updates during the backup process may not be captured. To place the application in read-only mode, please follow the instructions at Disable Datastore Writes

{% endif %} {% if blob_warning %}

The application has blob data. BlobInfo records and data will NOT be backed up.

{% endif %}

Selected namespace:

{% if not run_as_a_service %}

Operation will be performed using the selected queue: {% if queues %} {% else %} {% endif %}

{% endif %}
Backup storage destination:
Google Cloud Storage bucket name (More info?):
or Cancel
{% else %}
No entity kinds to backup.
{% endif %} {% endblock %}