{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Browse what is actually stored at each destination. The listing is filtered server-side to the domains the caller owns, so a shared backup directory never leaks the tenant list through file names. {% endcomment %} {% block title %}Remote backups{% endblock %} {% block content %}

Remote backups

What is really stored at a destination right now — read from the destination itself, not from the panel's own records.

Restore a site

archive(s) at

Nothing is stored here for the sites you can see. If you expected archives, check that the backup schedule is actually running on the schedules page.

Archive Site Size Written Actions

Only archives belonging to sites you own are listed.

{% endblock %} {% block scripts %} {{ websites|json_script:"cp-backup-sites" }} {{ destinations|json_script:"cp-backup-destinations" }} {% endblock %}