Re: rpki-client prepare to use rsync --compare-dest

2022-01-13 Thread Theo Buehler
On Thu, Jan 13, 2022 at 11:42:24AM +0100, Claudio Jeker wrote: > This diff adds the code to pass --compare-dest to rsync. This will be > used once there is a valid cache and then the rsync repo will just act as > a delta on top. > > Now --compare-dest is a bit strange as in the directory passed i

rpki-client prepare to use rsync --compare-dest

2022-01-13 Thread Claudio Jeker
This diff adds the code to pass --compare-dest to rsync. This will be used once there is a valid cache and then the rsync repo will just act as a delta on top. Now --compare-dest is a bit strange as in the directory passed is relative to the destination directory (last argument of rsync command).