I have two omv
On the pi-nas I created an rsync module called srv-nas-pi
On srv-nas-pi I attempt to create a rsync task I'm using this as push
source: /pool0/backup
destination: rsync://admin@pi-nas:srv-nas-pi/backup
I get the error : sh: Could not resolve hostname rsync: Name or service not known
the host is pingable with the name in the destination.
What would be the correct destination string?