{% extends "pobsync_backend/base.html" %} {% block title %}Schedule | {{ host.host }}{% endblock %} {% block content %} Schedule {{ host.host }} Automatic backup timing and scheduled prune behavior for this host. Back to host {% if schedule %}Edit Schedule{% else %}Create Schedule{% endif %} Schedules use cron-style timing syntax, but they are evaluated by the pobsync scheduler service. {% csrf_token %} {{ form.non_field_errors }} {% for field in form %} {{ field.errors }} {{ field.label }} {{ field }} {% if field.help_text %}{{ field.help_text }}{% endif %} {% endfor %} Save schedule Cancel {% endblock %}
Schedules use cron-style timing syntax, but they are evaluated by the pobsync scheduler service.