hosts/gms-01: fix path of remote borg repo

This commit is contained in:
2025-08-30 11:37:05 -07:00
parent 3eff50bb8e
commit cef9d8e6be

View File

@@ -224,7 +224,7 @@ in
backupLabel = "minecraft";
localRepoPath = "ssh://borg@borg-01.tail755c5.ts.net/./";
remoteRepoPath = "ssh://fm1833@fm1833.rsync.net/./syncthing";
remoteRepoPath = "ssh://fm1833@fm1833.rsync.net/./minecraft";
sourceDirectories = [ "/opt/minecraft" ];
hcPingUrlLocal = "https://hc.its-et.me/ping/PlGPBqq-0rLI4N4ya3jYmg/backup-minecraft-server";
hcPingUrlRemote = "https://hc.its-et.me/ping/PlGPBqq-0rLI4N4ya3jYmg/backup-minecraft-server-remote";