If you want to copy an entire disk’s worth of stuff onto another disk, here is the best set of parameters to do so:
rsync -avxI --owner --progress --group --links --inplace --stats --times --delete --modify-window=1 --size-only
If you want to copy an entire disk’s worth of stuff onto another disk, here is the best set of parameters to do so:
rsync -avxI --owner --progress --group --links --inplace --stats --times --delete --modify-window=1 --size-only