inital commit

This commit is contained in:
paul 2017-08-24 23:27:49 +02:00 committed by Hive
commit 1e2b15036a
5 changed files with 146 additions and 0 deletions

18
config.sh.example Executable file
View file

@ -0,0 +1,18 @@
# where to mount the LVM snapshots
SNAPSHOTDIR="/tmp/snapshot"
# default number of backups that are kept, per path per host.
# will be overwritten by -k
KEEPLAST=7
# location of backup repository, hostname may be defined
# in .ssh/config
# at this location an initialized repository must exist
# (this can be done with `restic init`)
URI="sftp:backup:/backup"
# Password that was supplied to `restic init`
BACKUP_PASSWORD="Password"
# location of the static restic executable
RESTIC="/usr/local/bin/restic"