🔧 backup forgejo
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 8m37s
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 8m37s
This commit is contained in:
parent
f97ab14238
commit
403e3165b1
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue