{% 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 run_as_a_service %} {% endif %} {% if notreadonly_warning %}

WARNING

{% if original_app_warning %}
{% endif %} {% endif %} {% if original_app_warning %} {% if not notreadonly_warning %}

WARNING

{% else %}

  • {% endif %} The backup data comes from a different application, {{original_app_warning|escape}}. {% if not notreadonly_warning %}

    {% else %}
  • {% endif %}
    {% endif %}

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

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