From fcb15969e8ff409d776941006e9ea94d3a71680e Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 18 Apr 2023 19:54:15 +0200 Subject: [PATCH] hosts/backup-4: remove rsnapshot service --- hosts/backup-4/configuration.nix | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/hosts/backup-4/configuration.nix b/hosts/backup-4/configuration.nix index 868dc5d..1883203 100644 --- a/hosts/backup-4/configuration.nix +++ b/hosts/backup-4/configuration.nix @@ -18,23 +18,6 @@ networking.defaultGateway6 = { address = "2001:638:904:ffcb::1"; interface = "ens18"; }; networking.nameservers = [ "2001:638:904:ffcc::3" "2001:638:904:ffcc::4" "141.24.40.3" "141.24.40.4" ]; - services.rsnapshot = { - enable = true; - extraConfig = '' - snapshot_root /mnt/backup-4/ - rsync_short_args -rltD - retain alpha 14 - ssh_args -o BatchMode=yes -o IdentityFile=/var/src/secrets/rsnapshot/id_rsa - backup backup-replication@clerie-backup.net.clerie.de:/clerie-backup-replication/ clerie-backup/ - ''; - # rsync_short_args - # -a -> -rlptgoD - # -rltD ist wie -a nur das alle Dateiberechtigungen und Besitzangabe ignoriert werden - cronIntervals = { - alpha = "15 6 * * * "; - }; - }; - clerie.monitoring = { enable = true; id = "205";