(bug) improve workers to check rsync state #54

Closed
opened 2026-05-22 14:51:35 +02:00 by parkel · 1 comment
Owner

I have an rsync process which seems to be done; but it executed with

root@backup:~/pobsync# tail -f /mnt/backups/pobsync/nextcloud.hosting.hippogrief.nl/.incomplete/20260521-205502Z__PRY2JXSY/meta/rsync.log 
rsync error: unexplained error (code 255) at rsync.c(716) [generator=3.4.1]
rsync error: received SIGUSR1 (code 19) at main.c(1600) [receiver=3.4.1]
rsync: [generator] write error: Broken pipe (32)

It didn't 1) fail the run and 2) didn't seem to recognize the run was failing.
Also keep in mind that the error (not shown here, but failing other runs) "file vanished" or likewise, should not fail a run unless rsync really borks out.

I have an rsync process which seems to be done; but it executed with ``` root@backup:~/pobsync# tail -f /mnt/backups/pobsync/nextcloud.hosting.hippogrief.nl/.incomplete/20260521-205502Z__PRY2JXSY/meta/rsync.log rsync error: unexplained error (code 255) at rsync.c(716) [generator=3.4.1] rsync error: received SIGUSR1 (code 19) at main.c(1600) [receiver=3.4.1] rsync: [generator] write error: Broken pipe (32) ``` It didn't 1) fail the run and 2) didn't seem to recognize the run was failing. Also keep in mind that the error (not shown here, but failing other runs) "file vanished" or likewise, should not fail a run unless rsync really borks out.
Author
Owner

image.png

The worker picked up the failing run eventually; but considering this took almost a day we might want to revise worker pings (and probably make them configurable in global config)

![image.png](/attachments/56414af4-5763-4b1e-b667-10f094479b52) The worker picked up the failing run eventually; but considering this took almost a day we might want to revise worker pings (and probably make them configurable in global config)
parkel added this to the 1.2 milestone 2026-05-23 00:15:32 +02:00
Sign in to join this conversation.