{% extends "base.html" %} {% block title %}Confirm Delete of a backup copy{% endblock %} {% block body %}

Datastore Admin: Delete a backup copy

{% if backups %} Are you sure you want to delete the following backups: {% if gs_warning %}

Warning, backup files stored in Google Cloud Storage can only be deleted manually and will not be deleted by this operation.

{% endif %}
{% for backup in backups %} {% endfor %} {% if run_as_a_service %} {% endif %} Cancel
{% else %}
Backup was not found.
{% endif %} {% endblock %}