summaryrefslogtreecommitdiff
path: root/frontends/scripts/rsync.sh.tpl
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-03-13 09:00:12 +0200
committerPaul Buetow <paul@buetow.org>2024-03-14 23:57:14 +0200
commit438f47bccab4fa8128e085131fbd9dc499fd07b3 (patch)
tree3d4f20b3aa1c9270835f0b7bf1c83d38b6488f45 /frontends/scripts/rsync.sh.tpl
parentb2958427dee916d933f2b4c51f4fe22e307a8cf1 (diff)
failover DNS to fishfinger
Diffstat (limited to 'frontends/scripts/rsync.sh.tpl')
-rw-r--r--frontends/scripts/rsync.sh.tpl6
1 files changed, 2 insertions, 4 deletions
diff --git a/frontends/scripts/rsync.sh.tpl b/frontends/scripts/rsync.sh.tpl
index c55a86b..8d7004b 100644
--- a/frontends/scripts/rsync.sh.tpl
+++ b/frontends/scripts/rsync.sh.tpl
@@ -2,7 +2,5 @@
PATH=$PATH:/usr/local/bin
-<% unless ($is_primary->($vio0_ip)) { %>
-/usr/local/bin/rsync -av --delete rsync://blowfish.buetow.org/publicgemini/ /var/gemini
-/usr/local/bin/rsync -av --delete rsync://blowfish.buetow.org/publichttp/ /var/www/htdocs
-<% } %>
+# disabled, as pulled directly from codeberg now
+exit 0