quickstart.rst: Add link to paperkey template.

This commit is contained in:
Martin Hostettler 2016-09-25 17:08:40 +02:00
parent 57bc1ff47d
commit 52e84a6e2d
2 changed files with 6 additions and 1 deletions

View File

@ -140,6 +140,8 @@ html_favicon = '_static/favicon.ico'
# so a file named "default.css" will overwrite the builtin "default.css". # so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['borg_theme'] html_static_path = ['borg_theme']
html_extra_path = ['paperkey.html']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format. # using the given strftime format.
html_last_updated_fmt = '%Y-%m-%d' html_last_updated_fmt = '%Y-%m-%d'

View File

@ -231,11 +231,14 @@ For automated backups the passphrase can be specified using the
You can make backups using :ref:`borg_key_export` subcommand. You can make backups using :ref:`borg_key_export` subcommand.
If you want to print a backup of your key to paper use the ``--paper`` If you want to print a backup of your key to paper use the ``--paper``
option of this command and print the result. option of this command and print the result, or this print `template`_
if you need a version with QR-Code.
A backup inside of the backup that is encrypted with that key/passphrase A backup inside of the backup that is encrypted with that key/passphrase
won't help you with that, of course. won't help you with that, of course.
.. _template: paperkey.html
.. _remote_repos: .. _remote_repos:
Remote repositories Remote repositories