Update all the restic related times

This commit is contained in:
Andreas Zweili 2022-11-10 00:25:15 +01:00
parent 9dea49c267
commit ef3216b98a
6 changed files with 6 additions and 6 deletions

View File

@ -37,6 +37,6 @@ in
systemd.timers.restic-prune = {
wantedBy = [ "timers.target" ];
partOf = [ "restic-prune.service" ];
timerConfig.OnCalendar = [ "*-*-* 12:00:00" ];
timerConfig.OnCalendar = [ "*-*-* 07:00:00" ];
};
}

View File

@ -10,7 +10,7 @@ in
})
(import "${custom.inputs.self}/modules/restic-server-mysql-client" {
path = "/home/andreas";
time = "03:00"; inherit custom;
time = "00:30"; inherit custom;
})
(import "${custom.inputs.self}/modules/nginx-proxy" {
inherit custom domain;

View File

@ -7,7 +7,7 @@
})
(import "${custom.inputs.self}/modules/restic-server-client" {
path = "/home/andreas";
time = "04:30";
time = "01:00";
inherit custom;
})
(import "${custom.inputs.self}/modules/nginx-proxy" {

View File

@ -10,7 +10,7 @@ in
})
(import "${custom.inputs.self}/modules/restic-server-mysql-client" {
path = "/home/andreas";
time = "04:00"; inherit custom;
time = "01:30"; inherit custom;
})
(import "${custom.inputs.self}/modules/docker" { inherit custom; })
"${custom.inputs.self}/modules/mariadb"

View File

@ -8,7 +8,7 @@
(import "${custom.inputs.self}/modules/restic-server-client" {
path = "/var/lib/pihole";
tag = "pihole";
time = "05:00"; inherit custom;
time = "02:00"; inherit custom;
})
(import "${custom.inputs.self}/modules/docker" { inherit custom; })
(import "${custom.inputs.self}/modules/pihole" { inherit custom; })

View File

@ -8,7 +8,7 @@
(import "${custom.inputs.self}/modules/restic-server-client" {
path = "/var/lib/plex";
tag = "plex";
time = "03:30";
time = "02:30";
inherit custom;
})
(import "${custom.inputs.self}/modules/docker" { inherit custom; })