Skip to content

Instantly share code, notes, and snippets.

@jakoberpf
Last active December 16, 2021 09:54
Show Gist options
  • Save jakoberpf/49d58c1b713fd04745078272957e00b7 to your computer and use it in GitHub Desktop.
Save jakoberpf/49d58c1b713fd04745078272957e00b7 to your computer and use it in GitHub Desktop.

rsync commands

Basics

rsync -avzh <source> <username>@<ip>:<destination>

Advanced

exclude files/dirs based on patterns

-m --exclude '*.jpg*' ...

show process of complete transfer instead of single files

--info=progress2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment