mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
14 lines
312 B
YAML
14 lines
312 B
YAML
source_directories:
|
|
- /engi/backup # Static files and service dumps
|
|
#- /home/tstarr/Sync # Syncthing files
|
|
|
|
before_backup:
|
|
- "tree /engi > /engi/backup/tree.txt"
|
|
- sudo -u gitea backup-dump-gitea
|
|
|
|
archive_name_format: 'torus_bulk.borg-{now}'
|
|
|
|
compression: zstd,22
|
|
|
|
<<: !include torus_common.yaml
|