Created
September 5, 2016 22:50
-
-
Save tfentonz/993035a25c160d29b19867aaa236ebd7 to your computer and use it in GitHub Desktop.
rsync command
This file contains hidden or 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
| 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