@@ -132,7 +132,6 @@ We create one key pair per grid (not per host)::
...
@@ -132,7 +132,6 @@ We create one key pair per grid (not per host)::
$ ssh-keygen -f borgbackup-appendonly-production -t ed25519 -a 100
$ 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>`_.
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
Passphrase
``````````
``````````
...
@@ -169,4 +168,4 @@ Recovery
...
@@ -169,4 +168,4 @@ Recovery
Borg offers various methods to restore backups.
Borg offers various methods to restore backups.
Very convenient is mounting a backup set using FUSE.
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>`_.