{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Schedules, with the truth about the systemd timer that executes them. A schedule row does nothing on its own -- cloudpanel-backup.timer fires cloudpanel-backup.service, and if that timer is dead this page says so instead of showing a reassuring "next run". {% endcomment %} {% block title %}Scheduled backups{% endblock %} {% block content %}

Scheduled backups

Recurring backups run from a systemd timer on this server, not from your browser.

Scheduler status

is ()

Timer next fires
Timer last fired
Last result

New schedule

The timer fires nightly, so an hourly schedule runs once a day in practice.
0 keeps every archive forever.

Active schedules

No schedules yet. Nothing is being backed up automatically.

Site Destination Every Keep Last / next Actions

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