added restic repo and password default variables
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user