🔧 backup forgejo
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 8m37s

This commit is contained in:
Ingolf Wagner 2024-10-13 02:25:00 +09:00
parent f97ab14238
commit 403e3165b1
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -57,6 +57,11 @@ in
source = "root@orbi.${tld}:zroot/taskchampion"; source = "root@orbi.${tld}:zroot/taskchampion";
target = "zraid/mirror/taskchampion"; # should NOT be created up front! 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 = [ commonArgs = [
# Does not create new snapshot, only transfers existing # Does not create new snapshot, only transfers existing
"--no-sync-snap" "--no-sync-snap"