backuprunner/targets/grapevine.sh
2025-03-21 16:57:21 +01:00

13 lines
253 B
Bash

local_path="/srv/conduit"
backup_path="grapevine"
borg_extra_args=(
'--exclude=*.service'
'--exclude=*.yml'
'--exclude=*.toml'
'--exclude=.local'
'--exclude=.config'
'--exclude=.cache'
)
backup_pre() { :; }
backup_post() { :; }