Thomas Kupper, 2026-06-03 18:39 +0200:
> Mine Fedora is older, version 41 vs yours 44 (latest) but it's the same
> rsync version 3.4.1 protocol 32. I'll give it a go with Fedora 44.
> 
> But for me it doesn't work at all when I add '--delete', no combination
> works.

I've localised the problem with option -x down to openrsync alone:

    $ mkdir /tmp/sync-from
    $ touch /tmp/sync-from/foo.txt
    $ openrsync --rsync-path=openrsync -r -x --delete /tmp/sync-from/ 
localhost:/tmp/sync-to
    $ openrsync --rsync-path=openrsync -r -x --delete /tmp/sync-from/ 
localhost:/tmp/sync-to
    openrsync: error: .: stat: No such file or directory
    openrsync: error: poll: hangup

I haven't looked into --exclude yet.

> What OpenBSD version are you running it on?

OpenBSD 7.9-current (GENERIC.MP) #527: Fri May 29 02:10:56 MDT 2026

Reply via email to