mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
18 lines
324 B
YAML
18 lines
324 B
YAML
|
source_directories:
|
||
|
- /engi/apps
|
||
|
|
||
|
exclude_patterns:
|
||
|
- '**/code-server/config/**'
|
||
|
- '**/code-server/workspace/**'
|
||
|
- '**/immich/library/**'
|
||
|
|
||
|
before_backup:
|
||
|
- stop-docker-containers
|
||
|
|
||
|
after_backup:
|
||
|
- restore-docker-containers
|
||
|
|
||
|
archive_name_format: 'torus_apps.borg-{now}'
|
||
|
|
||
|
<<: !include torus_common.yaml
|