rsync beetwen to systems fail

Joined
Jun 10, 2020
Messages
2
Hallo everybody,

first of all: I'm no native english speaker!

I try to synchronise a smal directory structure from one frennas-system to another. On the receiving system created a rsync module "example" which points to /mnt/DataPool without any allow/deny, at the sending system a push-job to synchonise /path to synchronise with the archive option.

The jobs starts, creates the directory structure at the target (one sublevel) and stops at this point witch an error.

When I start rsync at the shell manually, a query about the modules work:
rsync target:: shows the module and description

rsync -avh --progress /path to syncronise target::module
creates the empty directory structure and hangs at the first file to transfer:

sending incremental file list
directory/
directory/firstfiletotransfer.0519

and stops some minutes later:
rsync: read error: Operation timed out (60)
rsync error: error in socket IO (code 10) at io.c(785) [sender=3.1.3]

Sending files from the source via rsync to an unbuntu - host works.

Any idea whats wrong? Can anybody help with this problem?

Best regards. Leo Helm
 
Top