10 lines
400 B
Text
10 lines
400 B
Text
# -*- mode: python-ts; -*-
|
|
# Settings for home configuration
|
|
# use of absolute paths is recommended
|
|
encryption = "repokey"
|
|
passcommand = "gopass show -o borg/jleechpe"
|
|
repository = "ndbackups.leechpepin.com:homes/{user_name}"
|
|
|
|
src_dirs = "~" # absolute path to directory to be backed up
|
|
exclude_from = "{config_dir}/excludes"
|
|
healthchecks_uuid = "7iBSS9akyokIWq-sbfEjHQ/<<hostname>>-home-ndbackups"
|