From b42a5b74865286ab8aef007bb4197e2c61fd7b7b Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Wed, 2 Sep 2020 11:02:52 +0200 Subject: [PATCH] Change url in borg backup script --- arch-desktop_borg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-desktop_borg.sh b/arch-desktop_borg.sh index 2052952..127d91d 100755 --- a/arch-desktop_borg.sh +++ b/arch-desktop_borg.sh @@ -1,7 +1,7 @@ #!/bin/sh # Setting this so the repo does not need to be given on the command line: -BORG_REPO=ssh://flyingscorpio@2px.mooo.com:22/~/"$(hostname)".borg +BORG_REPO=ssh://flyingscorpio@2px.info:22/~/"$(hostname)".borg export BORG_REPO export BORG_PASSPHRASE='ribosome66'