10 lines
211 B
Text
10 lines
211 B
Text
# secrets - is sourced by some commands - this is a template
|
|
|
|
SETUP_COCKPIT_EMAIL=''
|
|
SSH_REPO='user@ho.st'
|
|
BORG_PASSPHRASE=''
|
|
BORG_EXCLUDES="\
|
|
/path/to/exlude/*
|
|
/another/*/path/to/exlude/*
|
|
/yet/another/*/one/
|
|
"
|