From 403e3165b105456f5c43c3d0186f90f85272fb97 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 13 Oct 2024 02:25:00 +0900 Subject: [PATCH] :wrench: backup forgejo --- machines/chungus/sync-syncoid.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/machines/chungus/sync-syncoid.nix b/machines/chungus/sync-syncoid.nix index 1181e17..672534e 100644 --- a/machines/chungus/sync-syncoid.nix +++ b/machines/chungus/sync-syncoid.nix @@ -57,6 +57,11 @@ in source = "root@orbi.${tld}:zroot/taskchampion"; target = "zraid/mirror/taskchampion"; # should NOT be created up front! }; + commands.forgejo = { + sshKey = "/run/facts/ssh.syncoid.id_ed25519"; + source = "root@orbi.${tld}:zroot/forgejo"; + target = "zraid/mirror/forgejo"; # should NOT be created up front! + }; commonArgs = [ # Does not create new snapshot, only transfers existing "--no-sync-snap"