From dc02cbd4a982c2f80d3426f78dd13047b9e3c767 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 30 Dec 2024 15:24:34 +0000 Subject: tweaked the of the storagebox --- backup-to-borg_on_cron_debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup-to-borg_on_cron_debian.sh b/backup-to-borg_on_cron_debian.sh index 4c3a7ee..971f811 100755 --- a/backup-to-borg_on_cron_debian.sh +++ b/backup-to-borg_on_cron_debian.sh @@ -1,7 +1,7 @@ #!/bin/sh # Setting this, so the repo does not need to be given on the commandline: -export BORG_REPO=ssh://u423613@u423613.your-storagebox.de:23/~/backups/matt_desktop +export BORG_REPO=ssh://u423613@u423613.your-storagebox.de:23/./backups/matt_desktop # See the section "Passphrase notes" for more infos. export BORG_PASSPHRASE='unrevised -equation -bovine -spring' -- cgit v1.2.3