initial commit before setting up the remote

This commit is contained in:
Dave Lane 2019-10-14 02:54:32 +00:00
commit f5e570a776
3 changed files with 61 additions and 0 deletions

22
site.conf-sample Normal file
View file

@ -0,0 +1,22 @@
#
# 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