Skip to content

Instantly share code, notes, and snippets.

@totomz
Created December 29, 2019 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save totomz/e847deade2c4ae00a006c13ebc49e717 to your computer and use it in GitHub Desktop.
Save totomz/e847deade2c4ae00a006c13ebc49e717 to your computer and use it in GitHub Desktop.
rsync max/linux
# Sync a local folder via ssh
rsync --delete -v -r -a --exclude=.git --exclude=.idea -h -e ssh ./ totomz@tomhost:/home/totomz/bomba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment