made everything a little bit easier to configure
This commit is contained in:
8
etc/restic/env.sh
Normal file
8
etc/restic/env.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
export RESTIC_PASSWORD_FILE="/etc/restic/pw.txt"
|
||||
export RESTIC_REPOSITORY="sftp:lerentis@192.168.0.211:/srv/dev-disk-by-id-md-name-asgard-Data/Backup/Laptop/Huginn"
|
||||
|
||||
# What to backup, and what to not
|
||||
BACKUP_PATHS="/home/lerentis/"
|
||||
BACKUP_EXCLUDES="--exclude-file ${BACKUP_PATHS}.backup_exclude"
|
Reference in New Issue
Block a user