Skip to content
Snippets Groups Projects

Borgbackup

Merged Florian Sesser requested to merge 314.borgbackup into develop
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -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>`_.
Loading