diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index e07eb5d..f7ef7ca 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -506,7 +506,7 @@ in timelapse-r11 = { enable = true; - onCalendar = "*:*:0"; + onCalendar = "*-*-* *:0/5:00"; secretsEnv = config.age.secrets.timelapse.path; }; diff --git a/hosts/vno3-nk/configuration.nix b/hosts/vno3-nk/configuration.nix index 3deec9f..4b7c15b 100644 --- a/hosts/vno3-nk/configuration.nix +++ b/hosts/vno3-nk/configuration.nix @@ -102,7 +102,7 @@ in timelapse-r11 = { enable = true; - onCalendar = "*:*:30"; # 30'th second every minute + onCalendar = "*-*-* *:*:30"; # 30'th second every minute secretsEnv = config.age.secrets.timelapse.path; }; @@ -136,16 +136,7 @@ in passwordPath = config.age.secrets.borgbackup-password.path; sshKeyPath = "/etc/ssh/ssh_host_ed25519_key"; dirs = - [ - { - subvolume = "/"; - repo = "${fwminex}:${this}-timelapse-r11"; - paths = [ "var/lib/private/timelapse-r11" ]; - backup_at = "*-*-* 02:01:00 UTC"; - compression = "none"; - } - ] - ++ (builtins.concatMap + builtins.concatMap ( host: let @@ -163,8 +154,7 @@ in [ rsync-net fwminex - ] - ); + ]; }; btrfssnapshot = {