mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
12 lines
290 B
YAML
12 lines
290 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}'
|
||
|
|
||
|
<<: !include torus_common.yaml
|