diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-21 18:16:53 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-21 18:16:53 +0300 |
| commit | 21fe7d2ef07fd7b1ee2be298c20419ac31be82a6 (patch) | |
| tree | 1f349eabc1b76dc22e19bab243af460ca6e802e0 | |
| parent | cbf71a09484c3e689a384b3977477e65523b1710 (diff) | |
feat(gitsyncer): add paul@f1 backup location for all repos
| -rw-r--r-- | gitsyncer/config.json | 4 |
1 files changed, 4 insertions, 0 deletions
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": [], |
