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

Datastore Admin: Restore from a backup copy

{% if backup %} Are you sure you want to restore from {{ backup.name }}?
Restore does not delete any new entities added since the backup. However, it will replace existing entities with the backed-up version for the following kinds:
{% if notreadonly_warning %}

WARNING

The application is not in read-only mode and restore may conflict with other changes. To place the application in read-only mode, please follow the instructions at Disable Datastore Writes

{% endif %}

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

{% else %}
Backup was not found.
{% endif %} {% endblock %}