I have two hard drives ("b4old" and "b4"). They both contain some duplicate files (although metadata such as modified/created dates may differ), but there are some files on b4old that are not present on b4 at all. I want to rsync only those files onto b4.
I tried to run the below command as a dry run, but I checked the log and there are files completely missing on b4 that aren't in the log. What am I doing wrong?
sudo rsync -avvxHAWX -n --numeric-ids --info=progress2 /srv/b4old/ /srv/b4/ --log-file=/config/2023-05-27-1243-rsync.log