{% extends "admin/dbs/wiki/_layout.html" %} {% block wiki %}

Scheduled backups

python manage.py dbs schedule --interval 6h --output-dir /var/backups \
    --keep 14 --push offsite --keep-remote 7

SIGTERM stops the loop immediately rather than after the current interval, so systemctl restart and container shutdowns are prompt. Use --once from cron for a single cycle.

Settings that supply the defaults

{% endblock %}