mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
14 lines
355 B
YAML
14 lines
355 B
YAML
source_directories:
|
|
- /engi/apps # Docker containers and data
|
|
#- /engi/backup # Static files and service dumps
|
|
#- /home/tstarr/Sync # Syncthing files on Torus
|
|
|
|
exclude_patterns:
|
|
- '**/code-server/config/**'
|
|
- '**/code-server/workspace/**'
|
|
- '**/immich/library/**'
|
|
|
|
archive_name_format: 'torus.borg-{now}'
|
|
|
|
<<: !include common.yaml
|