Skip to content
Snippets Groups Projects
Commit e3651d08 authored by Fjen Undso's avatar Fjen Undso
Browse files

add config template

parent c603eab5
Branches
No related tags found
No related merge requests found
#!/bin/bash
export BORG_REPO=""
export BORG_PASSPHRASE=""
declare -r COMPRESS="auto,zstd"
declare -r ADMINMAIL=""
declare -r BORG_PARAMS="
--exclude-if-present .duplicity-ignore
--exclude-if-present .backup-ignore
--exclude-if-present .nobackup
--exclude-caches
--exclude '*/.cache/*'
"
declare -r BORG_PATHS="
/home /etc /root
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment