21 lines
394 B
Text
21 lines
394 B
Text
# secrets - is sourced by some commands - this is a template
|
|
|
|
SETUP_COCKPIT_EMAIL='john@doe.com'
|
|
|
|
GIT_EMAIL='john@doe.com'
|
|
|
|
SSH_REPO='user@ho.st'
|
|
|
|
export RSYNC_BACKUP_SRC=/home
|
|
|
|
export RSYNC_BACKUP_DEST=/path/to/backup/destination
|
|
|
|
export BORG_REPO='user@ho.st'
|
|
|
|
export BORG_PASSPHRASE='passphrase'
|
|
|
|
export BORG_EXCLUDES="\
|
|
/path/to/exclude/*
|
|
/another/*/path/to/exclude/*
|
|
/yet/another/*/one/
|
|
"
|