Cmd Generator

rsync

Remote file sync and copy.

rsync -a

Examples

# Basic local sync
rsync -av /source/dir/ /dest/dir/

# With progress and delete
rsync -av --progress --delete /source/ /dest/

# Dry run first
rsync -avn /source/ /dest/

Sponsors