diff --git a/restic.sh b/restic.sh index 56348a6..5653ab2 100644 --- a/restic.sh +++ b/restic.sh @@ -3,6 +3,8 @@ LOCKFILE="/tmp/restic.lock" LOGFILE="/var/log/restic/restic_$(date +%Y%m%d-%H%M%S).log" LATEST_RESTIC_VERSION="0.12.1" +RESTIC_REPOSITORY="sftp:root@gauntnas.home.johnhgaunt.com:50022:/mnt/restic" +RESTIC_PASSWORD="restic" # make log directory if [ ! -d $(dirname ${LOGFILE}) ]; then