@cryptotaxi247 / infra-1 / commits / f52e6fa8

stop sending backups to graham's kif

Graham Christensen committed Oct 28, 2022 at 20:27 UTC f52e6fa8b2a5f2c124cdd33edc5b4750bb32820a
1 file changed -71
delft/haumea.nix
-71
@@ -194,10 +194,6 @@
194 '';
195
196 knownHosts = {
197 - graham-backup-server = {
198 - hostNames = [ "lord-nibbler.gsc.io" "67.246.1.194" ];
199 - publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEjBFLoalf56exb7GptkI151ee+05CwvXzoyBuvzzUbK";
200 - };
197 rsync-net = {
198 hostNames = [ "zh2543b.rsync.net" "2001:1620:2019::324" ];
199 publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKlIcNwmx7id/XdYKZzVX2KtZQ4PAsEa9KVQ9N43L3PX";
@@ -225,73 +221,6 @@
221 };
222
223 jobs = [
228 - #{ name = "local";
229 - # type = "snap";
230 - # filesystems."rpool/local<" = true;
231 - # snapshotting = {
232 - # type = "periodic";
233 - # interval = "5m";
234 - # prefix = "zrepl_snap_";
235 - # };
236 - # pruning.keep = [
237 - # {
238 - # type = "grid";
239 - # regex = "^zrepl_snap_.*";
240 - # grid = lib.concatStringsSep " | " [
241 - # "3x5m"
242 - # "4x15m"
243 - # "24x1h"
244 - # "4x1d"
245 - # "3x1w"
246 - # ];
247 - # }
248 - # ];
249 - #}
250 - {
251 - name = "safe";
252 - type = "push";
253 - filesystems."rpool/safe<" = true;
254 - snapshotting = {
255 - type = "periodic";
256 - interval = "5m";
257 - prefix = "zrepl_snap_";
258 - };
259 - connect = {
260 - identity_file = "/root/.ssh/id_ed25519";
261 - type = "ssh+stdinserver";
262 - host = "lord-nibbler.gsc.io";
263 - user = "root";
264 - port = 22;
265 - };
266 - pruning = {
267 - keep_sender = [
268 - {
269 - type = "grid";
270 - regex = "^zrepl_snap_.*";
271 - grid = lib.concatStringsSep " | " [
272 - "3x5m"
273 - "4x15m"
274 - "24x1h"
275 - "4x1d"
276 - "3x1w"
277 - ];
278 - }
279 - ];
280 - keep_receiver = [
281 - { type = "grid";
282 - regex = "^zrepl_snap_.*";
283 - grid = lib.concatStringsSep " | " [
284 - "20x5m"
285 - "96x1h"
286 - "12x4h"
287 - "7x1d"
288 - "52x1w"
289 - "120x3w"
290 - ];
291 - }
292 - ];
293 - };
294 - }
224 {
225 name = "rsyncnet";
226 type = "push";