{% extends "base.html" %} {% block title %}Instances - OPNsense Backup Manager{% endblock %} {% block content %}

OPNsense Instances

Manage your OPNsense backup instances

+ Add Instance

Configured Instances

{% if instances %} {% for instance in instances %} {% endfor %} {% else %} {% endif %}
Name Identifier Last Backup Actions
{{ instance.name }}
{% if instance.description %}
{{ instance.description }}
{% endif %}
{{ instance.identifier }} {% if instance.last_backup %} {{ instance.last_backup.strftime('%Y-%m-%d %H:%M') }} {% else %} Never {% endif %} View Details
No instances configured. Create one to get started.
{% endblock %}