1
0
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:
deajan
2016-12-23 21:29:02 +01:00
parent 0d969d992b
commit f3a7faf0dd
2 changed files with 5 additions and 1 deletions

View File

@@ -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.