Last active
March 30, 2016 14:21
-
-
Save erangaeb/a4ee41c0be68030d60e5 to your computer and use it in GitHub Desktop.
Rsync example
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
| # command | |
| rsunc <options> <remote directory> <local directory> | |
| # usage | |
| rsync -avzh [email protected]:/home/pagero/storage/ /home/eranga/storage/ | |
| # directories | |
| /home/pagero/storage/ : Remote directory | |
| /home/eranga/storage/ : Local directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment