I'm trying to do almost the same in this question: Rsync : copying over timestamps only
But in this case, some os the files were already modified...
There is any way to change just the timestamp between folder A (original) to B (new one) just by the filename... because filenames is still the same in the 2 places.
i was thinking maybe use touch script, but it seems to be harder, if there is an option using rsync its just one command and Bingo!
Thanks!