diff --git a/1systems/omo/config.nix b/1systems/omo/config.nix index d44980c..13918a9 100644 --- a/1systems/omo/config.nix +++ b/1systems/omo/config.nix @@ -32,6 +32,8 @@ in { + + { makefu.backup.server.repo = "/media/cryptX/backup/borg"; } # diff --git a/2configs/backup/ssh/gum.pub b/2configs/backup/ssh/gum.pub index ed203d5..52d56d9 100644 --- a/2configs/backup/ssh/gum.pub +++ b/2configs/backup/ssh/gum.pub @@ -1 +1 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOSCJe7DQkKbL58pL78ImO+nVI/aaNFP8Zyqgo8EbNhW makefu@x +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOUZcfi2SXxCo1if0oU3x9qPK8/O5FmiXy2HFZyTp/P1 makefu@x diff --git a/2configs/bgt/backup.nix b/2configs/bgt/backup.nix index 3b9baad..dc32602 100644 --- a/2configs/bgt/backup.nix +++ b/2configs/bgt/backup.nix @@ -2,6 +2,7 @@ # Manual steps: # 1. ssh-copy-id root ssh-key to the remotes you want to back up # 2. run `rsnapshot hourly` manually as root to check if everything works + services.rsnapshot = { enable = true; cronIntervals = { @@ -11,7 +12,7 @@ extraConfig = '' retain hourly 5 retain daily 365 -snapshot_root /var/backup +snapshot_root /var/backup/bgt backup root@binaergewitter.jit.computer:/opt/isso jit backup root@binaergewitter.jit.computer:/etc/systemd/system/isso.service jit backup root@binaergewitter.jit.computer:/etc/nginx/conf.d/isso.conf jit