Skip to content

Instantly share code, notes, and snippets.

@erangaeb
Last active March 30, 2016 14:21
Show Gist options
  • Save erangaeb/a4ee41c0be68030d60e5 to your computer and use it in GitHub Desktop.
Save erangaeb/a4ee41c0be68030d60e5 to your computer and use it in GitHub Desktop.
Rsync example
# 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