{% extends "base.html" %} {% block content %}
Create a borg repository by specifying a name and the SSH public key that is allowed to access this repository. The name is only for your convenience. To set up the repository please follow the BorgBackup documentation. There is also a Quick start guide available. Always use encrypted backups!
| Name | Key | Repo-URL | {% for repo in object_list %} |
|---|---|---|---|
| {{ repo.name }} | {{ repo.key | truncatechars:40 }} |
{{ repo.repo_url}} |
Edit Delete |