From 01c7bb163be0eeb6330d315e4e7eb081e8505406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 24 Oct 2023 18:52:38 +0200 Subject: [PATCH] link to example --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 053104e..05358d2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,17 @@ This project contains everything to setup yourself a mirror of https://nixos.wiki/ +## Examples + +Checkout [./targets/nixos-wiki2.thalheim.io]() for an example terraform deployment on hetzner cloud. + +## Restoring from an backup + After installing run: ``` systemctl start wiki-backup.service && systemctl start wiki-restore ``` + +Note that `nixos-wiki-backup` will do this restore every night. +