diff options
| -rw-r--r-- | dotfiles/restic | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/restic b/dotfiles/restic index adb6895..d02ad5f 100644 --- a/dotfiles/restic +++ b/dotfiles/restic @@ -2,7 +2,8 @@ case $0 in *restic*) echo "meant to be sourced e.g. . ./.restic" ; exit 1 ;; esac -export RESTIC_REPOSITORY=rest:http://home.mitch.is:8000 +# export RESTIC_REPOSITORY=rest:http://home.mitch.is:8000 +export RESTIC_REPOSITORY=/mnt/olympia/backups/workstation if [ -z "$RESTIC_PASSWORD" ] ; then printf "Enter password: " stty -echo |
