Re: openrsync(1) usage quirks

2019-11-07 Thread Raf Czlonka
Ping. On Wed, Aug 28, 2019 at 12:55:33AM BST, Raf Czlonka wrote: > Hi all, > > Today, I've decided to try openrsync(1) instead of cp(1) and here > my thoughts so far: > > 1. Without rsync package installed, as is the case on a fresh OpenBSD > install, openrsync's --rsync-path attribute becomes c

openrsync(1) usage quirks

2019-08-27 Thread Raf Czlonka
Hi all, Today, I've decided to try openrsync(1) instead of cp(1) and here my thoughts so far: 1. Without rsync package installed, as is the case on a fresh OpenBSD install, openrsync's --rsync-path attribute becomes compulsory, i.e.: $ touch file $ openrsync file /tmp /us