Skip to content

Instantly share code, notes, and snippets.

@tfentonz
Created September 5, 2016 22:50
Show Gist options
  • Select an option

  • Save tfentonz/993035a25c160d29b19867aaa236ebd7 to your computer and use it in GitHub Desktop.

Select an option

Save tfentonz/993035a25c160d29b19867aaa236ebd7 to your computer and use it in GitHub Desktop.
rsync command
rsync -vaz -e "ssh -l USER" \
--perms \
--exclude-from FILE \
--delete-excluded \
/path/to/sync/ \
123.45.6.78:/path/to/sync/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment