{% load i18n %} {% load icons %}
{% trans "With running machine, internal snapshots may take more than an hour, depending on how much memory has on your instance and how large the disk is." %}
{% trans "Live snapshot could cause server timeout and instance might be paused!!!" %}
{% else %}{% trans "Create an internal snapshot" %}
{% endif %}{% trans "Choose a snapshot for restore/delete" %}
| {% trans "Date" %} | {% trans "Name" %} | {% trans "Description" %} | {% trans "Action" %} | {% for snap in instance.snapshots %}|
|---|---|---|---|---|
| {{ snap.date|date:"M d H:i:s" }} | {{ snap.name }} | {{ snap.description }} |
{% trans "You do not have any snapshots" %}
{% endif %}You can get external snapshots within this tab.
External snapshots are experimental in this stage, use it if you know what you are doing.
{% else %}Create an external snapshot
{% endif %}Give your External Snapshot a distinctive description so it wouldn't get mixed with other snapshots.
| Name | Date | Description | {% trans "Action" %} | {% for external_snapshot in external_snapshots %}
|---|---|---|
| {{snapshot_cols}} | {% endfor %}
{% trans "You do not have any snapshots" %}
{% endif %}