I have two directory trees (actually macOS volumes) with similar files and want to create a third directory tree containing only the files which are changed between the two source trees.
How can I do this with rsync
? Or should I use another tool for this?
rsync
with--compare-dest
, but the result was totally wrong. Didn't seem to work in my case. – halloleo Apr 21 '22 at 09:22