diff options
-rw-r--r-- | issues/systems/tux01-hard-disk-crash.gmi | 2 | ||||
-rw-r--r-- | tasks/dana.gmi | 14 | ||||
-rw-r--r-- | topics/systems/tux02-production.gmi | 8 |
3 files changed, 22 insertions, 2 deletions
diff --git a/issues/systems/tux01-hard-disk-crash.gmi b/issues/systems/tux01-hard-disk-crash.gmi index ea95a56..b7616ee 100644 --- a/issues/systems/tux01-hard-disk-crash.gmi +++ b/issues/systems/tux01-hard-disk-crash.gmi @@ -14,3 +14,5 @@ The system is still up, so it is not too urgent. First step is to recover the ba ``` epysode:/export/backup$ borg extract --progress borg-borg::BORG_BORG_TUX01-Saturday-20210925-07:12:04 ``` + +We are adding a new 4TB SSD. diff --git a/tasks/dana.gmi b/tasks/dana.gmi new file mode 100644 index 0000000..8abf641 --- /dev/null +++ b/tasks/dana.gmi @@ -0,0 +1,14 @@ +# Tasks for Dan + +## Tags + +* assigned: dana, pjotrp + +## Tasks + +* [ ] Tux02 https firewalling +* [ ] Octopus 10Gbs switch + cables +* [ ] 4TB SSDs for Tux01 and Tux02 +=> ../topics/systems/decommission-machines.gmi + +## Info diff --git a/topics/systems/tux02-production.gmi b/topics/systems/tux02-production.gmi index bfe30bd..435fe49 100644 --- a/topics/systems/tux02-production.gmi +++ b/topics/systems/tux02-production.gmi @@ -30,6 +30,10 @@ We are going to move production to tux02 - tux01 will be the staging machine. Th * [ ] add borg backups * [ ] look at performance -# Info +## Info -* borg extract borg-genenetwork::borg-GN2-home-20211012-04:00-Tue +Restoring a database from backup (under an hour) + +``` +root@tux02:/export3/backup/tux01/borg# borg extract borg-tux01::borg-backup-mariadb-20211024-03:09-Sun --progress +``` |