2019-01-07 20:56:37 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
export RESTIC_PASSWORD_FILE="/etc/restic/pw.txt"
|
2023-04-08 09:41:44 +00:00
|
|
|
export RESTIC_REPOSITORY="sftp:lerentis@192.168.0.211:/srv/dev-disk-by-label-Data/Backup/Laptop/Huginn"
|
2019-01-07 20:56:37 +00:00
|
|
|
|
|
|
|
# What to backup, and what to not
|
|
|
|
BACKUP_PATHS="/home/lerentis/"
|
|
|
|
BACKUP_EXCLUDES="--exclude-file ${BACKUP_PATHS}.backup_exclude"
|