{% extends "settings.html" %} {% block title %} Configure {{tracker.owner}}/{{tracker.name}} — {{ cfg("sr.ht", "site-name") }} {% endblock %} {% block content %}
{{csrf_token()}}

Export tracker dump

This tool will export a JSON dump which includes all data on this tracker.

{{csrf_token()}}

Import tracker dump

This tool will re-import a gzipped JSON dump generated by the export tool on this or another todo.sr.ht instance.

{{valid.summary("dump")}}
{% endblock %}