Rsyns job failing

Hi. I have a Rsync Task failing, with an error of:

[EFAULT] rsync command returned 23 - PARTIAL. Check logs for further information.

Since the error message indicates ‘check logs’ where might those logs be? I’ve tried checking /var/log/messages, var/log/syslog, but they don’t have anything that seems relevant to the error.

I’ve tried setting a log file in the aux parameters field but it doesn’t seem to be created by any job in the Tasks window (–log-file=/var/log/(nameofrsynctask).log.

Running rsync from the cli with the same flags set as the task, it completes with no issue (which it shouldn’t if the error msg is to be believed - same source should give the same problem).

I have 8 other tasks set up with the same values filled in (all to the same remote host, module names appropriate, etc). I have deleted and recreated the failing task and receiving module on the target server with no change.

When I’ve checked rysnc manual sites, the error seems to indicate that the job is running into an unexpected long filespace name, or stopping for some similar reason (but then why does the manual rsync I run complete correctly?). I’ve also seen that rsync won’t log anything unless an exception occurs, or a log file value is set - but then the aux parameter field doesn’t take the log fie value I set.

What do you think I should look at/for?

Thanks!