Windows also has a similar to the UNIX under the Rsync software, recently I tried the Cwrsync software, the configuration and use of the method introduced, it is really easier to use it.
Sync rsync Server software download Cwrsync_server_2.0.10_installer.zip
Sync
First, Rsync synchronization scripts
wget/rsync_repo.shVim rsync_repo.sh//modify "local" value (locally mirrored storage path)chmod 755 rsync_repo.sh
./rsync_repo.shSecond, disable the original source
Note: You can also edit the. repos file directly, plus the parameter "enabled=0" disables the source.
For i in ' ls/etc/yum.repos.d/';d o mv/etc/yum.repos.d/$i/etc/yum.repos.d/$i. Bak;done
Disable the Fastestmirror plugin, no longer need this thing.
This article by show according to Lin Feng to provide friendship sponsorship, starting in the mud row world. Just have a few days to start learning Linux file synchronization software rsync, when learning rsync, we can be divided into the following several steps: 1. What is rsync? 2. How
Rsync is a data image backup tool in Linux. It can be seen from the software name-remotesync. Rsync supports most Unix-like systems, including Linux, Solaris, and BSD.
I. rsync
CommandIntroduction
Rsync is a command for Synchronizing files to a Linux system. It can synchroni
Set up rsync Data Synchronization backup and rsync Data Synchronization for Small and Medium-sized Clusters
Important NFS Problems
1. NFS client users write NFS.
1) Why do ordinary users need to write NFS.
2) Add all_squash to exports.What is Rsync?
Rsync is an open-source, fast, and versatile tool that supports full o
Set up rsync Data Synchronization backup and rsync Data Synchronization for Small and Medium-sized Clusters
Important NFS Problems
1. NFS client users write NFS.
1) Why do ordinary users need to write NFS.
2) Add all_squash to exports.What is Rsync?
Rsync is an open-source, fast, and versatile tool that supports full o
Tags: res rsync specifies create List start service technology RTP UIDI. Introduction of RSYNC ToolsRsync is a data-mirroring Backup tool under Unix-like systems, and--remote sync can be seen from the name of the software. Rsync is a file synchronization and data Transfer tool under the Linux system that uses the "
synchronization of specified files or directories is equivalent to the tar exclusion function of the packaging command.
③ Keep the permissions, time, hard links, owner, group, and other attributes of the original file or directory unchanged
④ Implement incremental synchronization and only synchronize the changed data, resulting in high transmission efficiency
⑤ You can use rcp, rsh, ssh, and other methods to transfer files.
⑥ File and data can be transmitted through socket (process mode)
7. Sup
[Rsync implements website backup, file synchronization, and file synchronization in different systems. If it is windows, Windows Version cwrsync is required]
1. What is rsync?
Rsync, remote synchronize is a software that implements remote synchronization. It can keep the permissions, time, soft and hard links, and othe
1. What is rsync?
Rsync, remote synchronize is a software that implements remote synchronization. It can keep the permissions, time, soft and hard links, and other additional information of the original file while Synchronizing files. Rsync uses the "rsync algorithm" to prov
Brief introduction
For the choice of Linux as an application platform for small and medium-sized enterprises or Web sites, often face how to achieve remote Data backup or Web site mirror image of the problem, although there are commercial backup and mirror products to choose from, but these products are often too expensive prices. So how to use free software to efficiently implement remote backup and Web site mirror image is a topic worthy of discussi
First, what is rsync
Rsync,remote synchronize as implies to know it is a remote synchronization function of the software, it synchronized files at the same time, you can keep the original file permissions, time, soft and hard links and other additional information. Rsync provides a quick way to file synchronization be
first, what is Rsync
Rsync,remote synchronize as implies to know it is a remote synchronization function of the software, it synchronized files at the same time, you can keep the original file permissions, time, soft and hard links and other additional information. Rsync provides a quick way to file synchronization
Rsync, rsyncRsync: 1. About rsync
Rsync is short for remote synchronize. It is a remote synchronization software that is useful in projects. Its rsync algorithm (the core algorithm of rsync introduced in rsync's Core Algorithm in
I./Related INTRODUCTION
1/rsync
Rsync,remotesynchronize as implies know it is a remote synchronization of the software, it synchronizes files at the same time, you can keep the original file permissions, time, soft and hard links and other additional information. Rsync uses the
1.RSYNC: Remote sync, support local replication, or synchronize with other SSH and RSYNC hosts.Rsync remote synchronization and CP, SCP function basically consistent, the other two is to copy the source files, if there is new data added, using CP, SCP to the source file all the content is copied, and Rsync is on the basis of the source files only update the newly
. Inotify is a powerful, granular, asynchronous file system event monitoring mechanism, from the Linux kernel to 2.6.13, joined the INotify support, through the inotify can monitor the file system Add, * *, modify, mobile and other subtle events, using this kernel interface, third-party software can monitor the file system under the various changes, and inotify-That's how tools are. A third-party software3. Server Performance1)
IntroductionFor small and medium-sized enterprises or websites that choose linux as the application platform, they often face the problem of how to implement remote data backup or website image. Although there are commercial backup and image products available, however, these products are often too expensive. Therefore, how to use free software to efficiently implement remote backup and website images becomes a topic worth discussing.
The simplest way
System Centos6.0
Server :( Centos) 192.168.182.130
Client: lv2) 192.168.182.129
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: images can be used to 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.
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.