rsync to/from remote server

// Remote to Local rsync -avzuhP username@yourserver.com:/path/to/destination/folder/or/file /path/to/local/folder // Local to Remote rsync -avzuhP /path/to/local/folder/or/file username@yourserver.com:/path/to/destination/folder
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.