Created
June 20, 2014 13:08
-
-
Save da-n/9bbaa92dc5ad546945f6 to your computer and use it in GitHub Desktop.
Rsync copy directory contents but not directory itself
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 -av ~/foo/ [email protected]:/var/www/bar/ | |
# source http://stackoverflow.com/a/20301093 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment