{% extends "admin/base_site.html" %} {% load i18n %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}dashboard{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}

Database backup handling

Please note that it is also adviced that you backup the complete image of the SD card besides this type of backup that only stores the database content!

Current software revision (git repository): {{ currentRev }}

Make backup

{% if items %}

Available backups

{% for item in items %} {% if item.rev == currentRev %} {% else %} {% endif %} {% endfor %}
Date takenTaken at source revision*
{{ item.date }}{{ item.rev }}{{ item.rev }}Download
* Revisions that are bold match the current revision of software {% else %}

No available backups

{% endif %}

Upload backup

{% csrf_token %} {{ form.as_p }}

{% endblock %} {% block sidebar %} {% endblock %}