rsync to/from remote server

1
2
# Remote to Local
rsync -avzuhP username@yourserver.com:/path/to/destination/folder/or/file /path/to/local/folder
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Snippet to rsync files/folders between two servers.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.