Linuxscp and rsyc speed limit transmission

Source: Internet
Author: User
Tags rsync
Linuxscp and rsyc speed limit transmission 1, scp speed limit 1 M # scp-l1000 file name account @ remote machine IP at this time the transmission rate is 1 M/8 = around 100 k 2, rsync is (limit is kBytes/ s): # rsync-auvzP -- bwlimit100...
Linux scp and rsyc speed limit transmission 1. scp speed limit 1 M # scp-l 1000 file name account @ remote machine IP address the transmission rate is 1 M/8 = around k 2. rsync Yes (limit 100 k Bytes/s): # rsync-auvzP -- bwlimit = 100 remote file parameter description for local files: www.2cto.com v: detailed prompt a: operate in archive mode, copy directories and symbols, it is equivalent to-rlptgoD. Z: compress u: only updates are performed to prevent local new files from being overwritten. Note that the clock of both machines is the same. P: The -- partial -- progress parameters are integrated, at this time, rsync supports transferring files between data centers with resumable data transfer, which generally worries about excessive bandwidth usage, especially when shared bandwidth is used. Two commonly used software can speed up: www.2cto.com scp can be added with the-l parameter: reference-l limit Limits the used bandwidth, specified in Kbit/s. www.2cto.com rsync can be added with the -- bwlimit parameter reference-I, -- itemize-changes output a change-summary for all updates -- log-format = FORMAT output filenames using the specified format -- password-file = FILE read password from FILE -- list-only list files instead of copying them -- bwlimit = KBPS limit I/O bandwidth; KBytes per second -- write-batch = FILE write a batched update to FILE -- only-write-batch = FILE like -- write-batch but w/o updating dest
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.