{% extends "baseTemplate/index.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Remote Backup Configurations - CyberPanel" %}{% endblock %} {% block header_scripts %} {% endblock %} {% block content %}

REMOTE BACKUP CONFIGURATIONS

Configure remote backup destinations for your WordPress sites. Supports SFTP and S3-compatible storage providers.

CONFIGURE REMOTE BACKUPS

SAVED REMOTE CONFIGURATIONS

{% if backupconfigs %}
{% for sub in backupconfigs %} {% endfor %}
Backup Type Hostname Path / Bucket Actions
{{ sub.Type }} {{ sub.HostName }} {{ sub.Path }}
{% else %}

No Remote Backup Configurations

Configure your first remote backup destination above.

{% endif %}
{% endblock %}