From 684e65c52f6a61fcca57414c3cd99edc368ab714 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 28 Feb 2022 15:15:11 +0100 Subject: [PATCH] add restic server to backup script --- scripts/remote_switch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/remote_switch.sh b/scripts/remote_switch.sh index f253da1..b83ca90 100755 --- a/scripts/remote_switch.sh +++ b/scripts/remote_switch.sh @@ -11,6 +11,7 @@ hosts=( "pihole" "plex" "proxy" + "restic-server" "rss-bridge" "ttrss" )