9 lines
364 B
Text
9 lines
364 B
Text
# -*- mode: python-ts; -*-
|
|
# Settings for home configuration
|
|
# use of absolute paths is recommended
|
|
encryption = "authenticated"
|
|
repository = "borg@blackstaff:/var/borg/backup/{user_name}"
|
|
|
|
src_dirs = "~" # absolute path to directory to be backed up
|
|
exclude_from = "{config_dir}/excludes"
|
|
healthchecks_uuid = "7iBSS9akyokIWq-sbfEjHQ/<<hostname>>-home-blackstaff"
|