@cryptotaxi247 / infra / commits / 52748f7f

haumea: break up znapzend destinations before adding a second

Graham Christensen committed Mar 20, 2020 at 16:59 UTC 52748f7f36641890080fc81332a5ae9a2140ac0c
1 file changed +6 -4
delft/haumea.nix
+6 -4
@@ -168,10 +168,12 @@
168 plan = "15min=>5min,1hour=>15min,1day=>1hour,4day=>1day,3week=>1week";
169 recursive = true;
170 timestampFormat = "%Y-%m-%dT%H:%M:%SZ";
171 - destinations.ogden = {
172 - plan = "1hour=>5min,4day=>1hour,1week=>1day,1year=>1week,10year=>1month";
173 - host = "hydraexport@lord-nibbler.gsc.io";
174 - dataset = "rpool/backups/nixos.org/haumea/safe";
171 + destinations = {
172 + ogden = {
173 + plan = "1hour=>5min,4day=>1hour,1week=>1day,1year=>1week,10year=>1month";
174 + host = "hydraexport@lord-nibbler.gsc.io";
175 + dataset = "rpool/backups/nixos.org/haumea/safe";
176 + };
177 };
178 };
179 };