diff options
-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' |