Hi, I am using the SAME credentials in rsync to connect to my remote server as my ssh (port 22 ssh works). However I get the following message
Please wait, syncing <sk@192.168.1.209::mariaDBBackups> to </srv/dev-disk-by-id-ata-WDC_WD1001FALS-00E8B0_WD-WMATV4158687-part1/mariaDBBackup/> ...
rsync: failed to connect to 192.168.1.209 (192.168.1.209): Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(127) [Receiver=3.1.3]
The synchronisation has completed successfully.
Done ...
note: sk home directory is
/home/sk
and mariaDBBackups is a folder in my home directory
/home/sk/mariaDBBackups
Here are my options: (note: sk user with identical credentials works via ssh)
rsync -> jobs
job is enabled
Mode: pull
source server: sk@192.168.1.209::mariaDBBackups
destination: mariaDBBackup [on /dev/sdb1, mariaDBBackup/]
Off course user password is entered as well
Any clues why this is not working?