RSYNC software introduction: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.Optimized process, high file transmission efficiency.Yo
RSYNC software introduction: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.Optimized process, high file transmission efficiency.Yo
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
matters1 hint that the password file can not be read, you need to manually enter the password, may be the password file permissions are not 600, or the format is wrong, or the wrong path.2 prompts to create a new directory or file transfer failure, may be synchronized directory does not have permissions, it is best to sync the directory permissions to modify to 744.3 from the client synchronization files to the server, the best single file directory
Rsync: a very practical file synchronization command, rsync is very practical
Sync is a file synchronization and data transmission tool in Linux. It can be used to synchronize files and release code.
1. install.
Yum install-y xinetdYum insatll-y rsync
2. ConfigurationEnable rsync
Use rsync to back up images for websites from linux to linux or to windows-Linux Enterprise applications-Linux server applications. For more information, see the following. Rsync is a data image backup tool in Linux. It can be seen from the software name-remote sync. Rsync supports most Unix-like systems, including Lin
:
The code is as follows
Copy Code
[Root@web1 ~]# vi/etc/rsyncd/rsyncd.conf # Minimal configuration file for rsync daemon# to Rsync (1) and rsyncd.conf (5) man pages for help # This are required by THE/ETC/INIT.D/RSYNCD scriptPID file =/var/run/rsyncd.pidPort = 873 # #监听端口address = 192.168.204.129 # #监听地址#uid = Nobody#gid = NobodyUID = rootGID = root Use chroot = yes # #是否限制在指
Linux operation and Maintenance Phase III (14) rsyncFirst, related concepts:Rsync(remote Synchronize,rsync.samba.org): Long-distance data synchronization tool, fast synchronization of files between multiple hosts via the network, and rsync can also be used Synchronization of data in different directories on the local hard disk, using its own algorithm (rsync algorithm) to transfer only two different parts o
This article System Centos6.0
Server: (Centos) 192.168.182.130
Client: (LV2) 192.168.182.129
Rsync is a data mirroring Backup tool under Unix-like systems, and--remote sync can be seen from the name of the software.
Its characteristics are as follows:
Can be mirrored to save the entire directory tree and file system.
It is easy to maintain the original file permissions, time, soft and hard links and s
Rsync working mechanism (translation), rsync working mechanism Translation
This article is an official rsync recommendation article on How Rsync Works translation. The main content is Rsync terminology and a simple version of rsync
Rsync random start script and rsync script
Server
1 #!/bin/sh 2 # chkconfig: 2345 21 60 3 # description: Saves and restores system entropy pool for \ 4 #create by xiaohu 5 #2014.06.02 6 #This script is the Rsync service script 7 . /etc/init.d/functions 8 case "$1" in 9 start)10 echo "rsync is starting"11
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 Works 3.
that the ATTRIB event path occurred is/DATA/1Attrib/data/2Attrib/data/3Attrib/data/4Attrib/data/5
Know that the above output effect we should want to use rsync to obtain inotifywait monitored file list to do the specified file synchronization, rather than every time by rsync to do a full directory scan to determine whether the file is different.Inotify+rsync an
Rsync Software Introduction:Rsync is a data mirroring Backup tool under Unix-like systems, and--remote sync can be seen from the name of the software. Its characteristics are as follows:Can be mirrored to save the entire directory tree and file system.It is easy to maintain the original file permissions, time, soft and hard links and so on.can be installed without special permissions.Optimized flow, high ef
Linux Sync server 1 for multi-sync instances
Demand: Online also business requirements, meaning that n machines need to maintain a directory on their respective machines, and they are all the same drops. So, after two days of thinking about it, I decided to use rsync server+inotify to solve the problem. Of course, some people will use automated tools to pus
Rsync is a good file free synchronization software, can be mirrored to save the entire directory tree and file system, while maintaining the original file permissions, time, soft and hard links. At the first synchronization, rsync copies the entire contents and transfers only the modified portion of the file the next time. In the process of transmitting data, compression and decompression can be implemented
fs.inotify.max_queued_events= "99999999"
Sysctl-w fs.inotify.max_user_watches= "99999999"
Sysctl-w fs.inotify.max_user_instances= "65535"
Parameter description:
Max_queued_events:
INotify Queue Maximum Length, if the value is too small, there will be "* Event queue Overflow * *" error, resulting in inaccurate monitoring files
Max_user_watches:
How many directories are included in the file to sync, available by: Find/home/www.111cn.net-type D |
Linux O M and architecture-rsync and linux-rsync
1. rsync IntroductionRsync is a tool for Synchronous backup of full and incremental local or remote data images
Common rsync Command Parameters
Command parameter description-a (-- archive) archive mode indicates that the file is transmitted recursively, and all file att
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.