Disable backup sending to Rob's machine until ZFS raid recovers.
Rob Vermaas committed
May 22, 2020 at 13:27 UTC
b48aa4102b6697100a74b324fdc998ca09eaf32c
1 file changed
+2
delft/haumea.nix
+2
@@ -194,11 +194,13 @@
194
host = "hydraexport@lord-nibbler.gsc.io";
195
dataset = "rpool/backups/nixos.org/haumea/safe";
196
};
197
+/*
198
rob = {
199
plan = "1hour=>5min,4day=>1hour,1week=>1day,1year=>1week,10year=>1month";
200
host = "rob-backup-server";
201
dataset = "tank/nixos-org/haumea/safe";
202
};
203
+*/
204
};
205
};
206
};