Stored at ~/.tusk/backups — persisted in the tusk-home volume on Docker deploys.
{% if backups %} {% for b in backups %}
{{ b.filename }}
{{ b.size_human }} · {{ b.created }}
{% if b.size_bytes == 0 %} empty {% elif b.metadata_present %} verified {% else %} unverified {% endif %} Download
{% endfor %} {% else %}
No backups found for this database
{% endif %}