From f52222fb47483e527cb5866dd2ad3aedb9af43a6 Mon Sep 17 00:00:00 2001 From: Jeffrey Serio Date: Sun, 12 Jan 2025 17:38:25 -0600 Subject: [PATCH] Use tailnet --- python/sync_from_remotes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/sync_from_remotes.py b/python/sync_from_remotes.py index 31b039a..13c4b2f 100755 --- a/python/sync_from_remotes.py +++ b/python/sync_from_remotes.py @@ -51,11 +51,11 @@ def sync_from_remotes(src: str, dest: str): if __name__ == "__main__": remotes = [ ( - "root@hyperreal.coffee:/srv/borgbackup/hyperreal/", + "root@hyperreal.lyrebird-marlin.ts.net:/srv/borgbackup/hyperreal/", "/naspool/borgbackup/hyperreal", ), ( - "root@hyperreal.coffee:/home/mastodon/live/public/system/", + "root@hyperreal.lyrebird-marlin.ts.net:/home/mastodon/live/public/system/", "/naspool/mastodata", ), ]