2025-05-18 21:11:21 -04:00
|
|
|
# -*- 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"
|
2025-05-19 17:31:59 -04:00
|
|
|
healthchecks_uuid = "7iBSS9akyokIWq-sbfEjHQ/<<hostname>>-home-blackstaff"
|