From 70e595b2ae1158be26b43198f236d1e7ba6139ff Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 3 Mar 2024 09:01:00 -0500 Subject: My backups are now mounted. --- dotfiles/restic | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3