ssh rsync copy from remote server to remote server

rsync -rvzh --progress username@remoteipaddress:/dir/dir .
rsync script to copy file from one remote server the --progress will show the progress as the file are transferred. the -rvzh means recursive, verbose, zip the files in transit, and display the progress as human readable.

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.