diff options
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/backup/ssh/gum.pub | 2 | ||||
-rw-r--r-- | makefu/2configs/bgt/backup.nix | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/makefu/2configs/backup/ssh/gum.pub b/makefu/2configs/backup/ssh/gum.pub index ed203d544..52d56d956 100644 --- a/makefu/2configs/backup/ssh/gum.pub +++ b/makefu/2configs/backup/ssh/gum.pub @@ -1 +1 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOSCJe7DQkKbL58pL78ImO+nVI/aaNFP8Zyqgo8EbNhW makefu@x +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOUZcfi2SXxCo1if0oU3x9qPK8/O5FmiXy2HFZyTp/P1 makefu@x diff --git a/makefu/2configs/bgt/backup.nix b/makefu/2configs/bgt/backup.nix index 3b9baadef..dc3260266 100644 --- a/makefu/2configs/bgt/backup.nix +++ b/makefu/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 |