diff options
author | Matthew Lemon <y@yulqen.org> | 2024-12-30 15:24:34 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-12-30 15:24:34 +0000 |
commit | dc02cbd4a982c2f80d3426f78dd13047b9e3c767 (patch) | |
tree | 3600a10555b5e14cd386dab1256c2272ad322326 | |
parent | 8568b9c0d2f504529eb1b2ec371c347633251b89 (diff) |
tweaked the of the storagebox
-rwxr-xr-x | backup-to-borg_on_cron_debian.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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' |