22 lines
587 B
Text
22 lines
587 B
Text
#
|
|
# this contains secrets for the site.
|
|
#
|
|
# The only required field
|
|
#
|
|
# local example
|
|
# replace /backup/myserver with something appropriate for you.
|
|
DST=/backup/myserver
|
|
#
|
|
# remote example
|
|
# replace backup.server and /backup/myserver with something appropriate for you.
|
|
# note, for this to work, you will need key-based SSH authentication to the backup.server
|
|
DST=sftp:backup.server:/backup/myserver
|
|
#
|
|
# Other overrides
|
|
#
|
|
# your backup repo password
|
|
PW=/root/restic.pw
|
|
# a tag for automated backups
|
|
TAG="daily"
|
|
# the log file on this machine for logging backups
|
|
LOG=/var/log/restic.log
|