sudo rsync -avxHAXh --delete --numeric-ids --devices --specials --info=progress --stats /dir1/ /dir2/
If copying “normal” files, an alternative, without --numeric-ids --devices -- specials, and with less verbose output:
sudo rsync -axvhHAX --delete --info=progress2 --stats /dir1/ /dir2/
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.