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
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).