Using rsync to synchronize LinuxVPS data rsync is a data Image Backup tool in unix-like systems. it can be seen from the software name & mdash; remotesync. Its features are as follows: www.2cto.com can mirror and save the entire directory tree and file system. It is easy to maintain...
Using rsync to synchronize Linux VPS data rsync is a data Image Backup tool in unix-like systems. it can be seen from the software name-remote sync. Its features are as follows: www.2cto.com can mirror and save the entire directory tree and file system. It is easy to maintain the permissions, time, and soft links of the original file. Installation without special permissions. Optimized process, high file transmission efficiency. You can use rcp, ssh, and other methods to transmit files. of course, you can also use a direct socket connection. Supports anonymous transmission. Rsync is an efficient algorithm for file synchronization in unix/linux. it can synchronously update files and directories of two computers, and properly use different blocks in the file to reduce data transmission. An important feature in rsync that is not seen in most other similar programs or agreements is that images are transmitted only to the changed part. Rsync can copy/display Directory attributes, copy files, and perform selective compression and recursive copy. First, ensure that the old VPS and new VPS are installed with the same release version and are both 32bit or 64bit. it is best to disable services such as mysql and http before synchronization. First, create a non-synchronous snapshot exclude.txt: Java code cat>/exclude.txt <
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.