mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
Changed travis ssh config
This commit is contained in:
parent
3134131975
commit
3b090d8e43
@ -27,7 +27,7 @@ SQL_STORAGE="${HOME}/obackup-storage/sql"
|
||||
FILE_STORAGE="${HOME}/obackup-storage/files"
|
||||
|
||||
## Encryption
|
||||
ENCRYPTION=no
|
||||
ENCRYPTION=yes
|
||||
|
||||
## Backup encryption needs a temporary storage space in order to encrypt files before sending them (absolute paths of the local or remote system)
|
||||
CRYPT_STORAGE="${HOME}/obackup-storage/crpyt"
|
||||
|
@ -65,7 +65,7 @@ SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa_local"
|
||||
SSH_COMPRESSION=yes
|
||||
|
||||
## Ignore ssh known hosts verification. DANGER WILL ROBINSON DANGER: This can lead to security risks. Only enable if you know what you're doing.
|
||||
SSH_IGNORE_KNOWN_HOSTS=yes
|
||||
SSH_IGNORE_KNOWN_HOSTS=no
|
||||
|
||||
## Remote rsync executable path. Leave this empty in most cases
|
||||
RSYNC_REMOTE_PATH=""
|
||||
|
@ -65,7 +65,7 @@ SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa_local"
|
||||
SSH_COMPRESSION=yes
|
||||
|
||||
## Ignore ssh known hosts verification. DANGER WILL ROBINSON DANGER: This can lead to security risks. Only enable if you know what you're doing.
|
||||
SSH_IGNORE_KNOWN_HOSTS=yes
|
||||
SSH_IGNORE_KNOWN_HOSTS=no
|
||||
|
||||
## Remote rsync executable path. Leave this empty in most cases
|
||||
RSYNC_REMOTE_PATH=""
|
||||
|
Loading…
Reference in New Issue
Block a user