inital commit
This commit is contained in:
commit
1e2b15036a
5 changed files with 146 additions and 0 deletions
18
config.sh.example
Executable file
18
config.sh.example
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue