rsync in 11.3 stopped working

Tim1962

Patron
Joined
Feb 26, 2015
Messages
281
I've had a cron job working in 11. 2 variously but since 11.3 it seems to have failed

I've seen posts that rsync had problems in the 11.3 betas but thought/assumed it'd be OK in 11.3 proper

Basically its an rsync cron task below via passwordless ssh

rsync -avH --no-perms root@webserver:/backups /mnt/tank/backups/rsyncbackups/backupwebserver

If I run it via shell it fails as well

see screenshot
Screenshot 2020-02-13 at 20.38.52.png


However changing it to scp below works fine (so the ssh bit isn't an issue)

scp -r root@webserver:/backups /mnt/tank/backups/rsyncbackups/backupwebserver

My Questions

Is my Rsync command correct (ish)
Does the screenshot illuminate anything to clever folk
Anything else I can do to support investigation
Anything I can do to fix it

PS the remote server is a Centos 7 VPS, port 22 open
 

Tim1962

Patron
Joined
Feb 26, 2015
Messages
281
Haha, I realised as I submitted it. Maybe check rsync on the remote server...

Helps if its installed doesn't it.

I'll leave it posted to help other idiots!!!
 
Top