From 21fe7d2ef07fd7b1ee2be298c20419ac31be82a6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 21 Jul 2026 18:16:53 +0300 Subject: feat(gitsyncer): add paul@f1 backup location for all repos --- gitsyncer/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitsyncer/config.json b/gitsyncer/config.json index a31dbe7..ca88400 100644 --- a/gitsyncer/config.json +++ b/gitsyncer/config.json @@ -13,6 +13,10 @@ "backupLocation": true, "descriptionSyncHost": "root@r0", "descriptionSyncRoot": "/data/nfs/k3svolumes/git-server/repos" + }, + { + "host": "paul@f1:/sr/data/enc/git", + "backupLocation": true } ], "repositories": [], -- cgit v1.2.3