Diff for "TechDocs/TechnicalProcesses/Backup/DisasterRecovery"

Differences between revisions 1 and 2
Revision 1 as of 2018-04-20 09:53:19
Size: 748
Editor: vincent
Comment:
Revision 2 as of 2020-03-20 13:58:17
Size: 0
Editor: max.mehl
Comment: Replaced by borg setup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
These instructions are meant as a disaster recovery strategy in case
all of FSFE's infrastructure collapses and a complete recovery of all
servers are needed, including the backup server.


1. Setup a pristine Debian with duplicity on a new virtual or physical server.

2. Restore cleve's file system and keys either from the most current backup, or if really needed, from the directory ssh_keys/ and gpg_keys/ To restore cleve from Hetzner:

{{{
remotepass=<see documentation>
remote=sftp://u124410:$remotepass@u124410.your-storagebox.de/
duplicity restore $remote/cleve /<restore_point>
}}}

This will ask you for the password for the GnuPG key, so you need to
have this in hand.

3. Restore other machines in a similar way.