{% extends "base.html" %} {% block title %}{{ instance.name }} - OPNsense Backup Manager{% endblock %} {% block content %}
{{ instance.description or 'OPNsense backup instance' }}
Use this URI format in OPNsense backup configuration:
{{ sftp_uri }}
Note: The double slash (//) or single slash after the host indicates the root path.
Backups will be stored automatically in the instance-specific directory.
IMPORTANT: OPNsense requires the private key for authentication. Download and paste this into OPNsense's SSH key field.
{% if private_key_content %}{{ private_key_content }}
Private key file not found on disk.
Security Warning: Keep this private key secure. Anyone with access to it can authenticate as this instance.
{{ sftp_uri }}
Tip: After saving, test the connection to verify authentication works correctly.
| Filename | Size | Upload Date | Actions |
|---|---|---|---|
{{ backup.filename }}
|
{{ "%.2f"|format(backup.file_size / 1024 / 1024) }} MB | {{ backup.uploaded_at.strftime('%Y-%m-%d %H:%M') if backup.uploaded_at else 'N/A' }} | Download |
| No backups yet. Configure OPNsense to start backing up to this instance. | |||