Displaying 1 result from an estimated 1 matches for "bluppblupp".
2019 Nov 14
1
hardlinking missing files from src to a dest: didn't work way I thought it would.
Am 14.11.19 um 15:02 schrieb Paul Slootman via rsync:
> On Thu 14 Nov 2019, Pierre Bernhardt via rsync wrote:
> So it's looking for b/a as the link-dest directory.
>
> Use a full pathname for --link-dest to remove all uncertainty.
> E.g.:
>
> rsync -av --link-dest=$(pwd)/a a/ b/
>
> In this case, as the destination is also in same current directory, you
>