diff --git a/docs/ops/backup-recovery.rst b/docs/ops/backup-recovery.rst index d676497fea04ece6fa2cf3d83539e416ed91d6ca..67a7a12dc72edd1d916a9faaca53bc4fdd5e9265 100644 --- a/docs/ops/backup-recovery.rst +++ b/docs/ops/backup-recovery.rst @@ -132,7 +132,6 @@ We create one key pair per grid (not per host):: $ ssh-keygen -f borgbackup-appendonly-production -t ed25519 -a 100 Save the key without a passphrase, and upload the public part to `Borgbase SSH keys <https://www.borgbase.com/ssh>`_. -Next, create repositories to back up to. Passphrase `````````` @@ -169,4 +168,4 @@ Recovery Borg offers various methods to restore backups. Very convenient is mounting a backup set using FUSE. -Please consult the Borg documentation. +Please consult the restore documentation at `Borgbase <https://docs.borgbase.com/restore/>`_ and `Borg <https://borgbackup.readthedocs.io/en/stable/usage/mount.html>`_.