ma backup: update backup files for bgt,gum,omo
This commit is contained in:
parent
8911431f8c
commit
7de97e20aa
@ -32,6 +32,8 @@ in {
|
||||
|
||||
|
||||
<stockholm/makefu/2configs/backup/state.nix>
|
||||
|
||||
{ makefu.backup.server.repo = "/media/cryptX/backup/borg"; }
|
||||
<stockholm/makefu/2configs/backup/server.nix>
|
||||
<stockholm/makefu/2configs/exim-retiolum.nix>
|
||||
# <stockholm/makefu/2configs/smart-monitor.nix>
|
||||
|
@ -1 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOSCJe7DQkKbL58pL78ImO+nVI/aaNFP8Zyqgo8EbNhW makefu@x
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOUZcfi2SXxCo1if0oU3x9qPK8/O5FmiXy2HFZyTp/P1 makefu@x
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user