mirror of
https://github.com/deajan/obackup.git
synced 2026-02-06 07:05:14 +01:00
Fixed bogus ssh port on travis
This commit is contained in:
@@ -32,7 +32,7 @@ REMOTE_BACKUP=yes
|
||||
SSH_RSA_PRIVATE_KEY=${HOME}/.ssh/id_rsa_local
|
||||
REMOTE_USER=root
|
||||
REMOTE_HOST=localhost
|
||||
REMOTE_PORT=49999
|
||||
REMOTE_PORT=22
|
||||
## ssh compression should be used unless your remote connection is good enough (LAN)
|
||||
SSH_COMPRESSION=yes
|
||||
## Check for connectivity to remote host before launching remote backup tasks. Be sure the hosts responds to ping. Failing to ping will skip current task.
|
||||
|
||||
Reference in New Issue
Block a user