RSSAmplifier

aryan's blog · Jul 20, 2025

Rsync to create an exact replica

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

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/

#rsync #sysadmin #copy

Read on blog.ameri.coffee

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.