Created
December 29, 2019 22:52
-
-
Save totomz/e847deade2c4ae00a006c13ebc49e717 to your computer and use it in GitHub Desktop.
rsync max/linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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