I'm having a bit of trouble with rsync trying to copy files that already exist in the destination.
I originally copied these files from source A to destination B. I later moved the files from B to destination C. I'm Now trying to update the C from A, but instead of just copying the differences, rsync is attempting to copy everything.
Originally I ran with the arguments -avz and after a little googling, I tried --ignore-existing but I get the same result.
Any ideas? I can't seem to find any instance of the same issue on the intarwebs.