Add rsync src and dest paths
This commit is contained in:
parent
7c49066406
commit
b041f5c9d6
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ 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'
|
||||
|
|
Loading…
Add table
Reference in a new issue