Rsync server deployment process
Rsync server deployment process:
1. rsync server configuration process
Configure the rsync configuration file/etc/rsyncd. conf
Create a local directory/Dingjian for synchronization and grant permissions as needed
Directory and/etc/rsync. P
I. Overview of RsyncRsync 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 "rsync" algorithm to synchronize files between a client and a remote file server, or to back up data from one partition to another on the local system. If
Always use rsync over SSH
Since Rsync does not provide the No. Transferring data it is recommended that to use rsync over SSH. This allows a secure remote connection. Now let us-some examples of rsync.
rsync Command common options
--delete : Delete files that don '
Rsync uses the rsync algorithm to synchronize files between local and remote two hosts, which transfer only a different portion of two files, rather than sending the entire transmission at a time, so the speed is pretty fast. The core algorithm assumes that similar files A and B are synchronized between two computers named and, which have access to file A and access to file BRsync uses the so-called "
Rsync Introduction
1. What is rsync?
Rsync is an excellent open-source, fast, and multi-function tool that can synchronize and back up incremental local or remote data images. Applicable to multiple platforms. The software name indicates remote sync ). Allows you to quickly synchronize images and remote backup of data between different partitions or directories o
Rsync is a powerful synchronization tool. Many projects provide httpftprsync and other mirror methods. the official homepage of rsync is http://samba.anu.edu.au/rsync/ . Rsync (d) two ways to start the server 1. daemon2.xinetdin... rsync data synchronization use details
Rsync is a fast incremental file transfer tool. It can be used for internal backup of the same host. We can also use it as a network backup tool for different hosts. This article mainly describes how to use an rsync server to implement file transmission, backup, and mirroring. Compared with tar and wget, rsync also has its own advantages, such as fast, secure, an
First, server-side configuration:
# yum-y Install xinetd
# Vi/etc/xinetd.d/rsync
The following code
Service rsync
{
Disable = yes
Socket_type = Stream
wait = no
user = root
Server =/usr/bin/rsync
Server_args =–daemon
Log_on_failure + + USERID
}
Disable = yes change to disable = no
and start xinetd.
#/etc/init.d/xinetd Start or service xinetd resta
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 efficienc
The Rsync Service FAQ Summary explains:==================================
Iptables firewall enabled by Rsync server
client-side error behavior: No Route to host[Email protected]]# rsync-avz/etc/hosts [email protected]::backup rsync:failed to connect to 172.16.1.41:no route to Host (113) Rsyncerror:error in socket IO (code ten) at CLIENTSERVER.C (124
The first step is to install the service side first:
After downloading the integration package provided by CC, there is a server installation program and a green client
Let's first double-click Cwrsyncserver_4.1.0_installer.exe to install
At this point, he will prompt you to create a new system account for syncing with rsync, and you can also customize your username and password.
When the installation is complete,
Tags: HTTP ar OS Div using the for SP strong File
Transferred from 91ri
About rsync
Rsync (Remote synchronize)-the software that implements remote synchronization in Linux can synchronously update files and directories of two computers. When Synchronizing files, you can keep additional information such as the source File Permission, time, and soft and hard links. It is often used to distribute and syn
CentOS6.5 for rsync + inotify Real-Time Synchronization
1. Architecture
Server: 192.168.202.135
Client: 192.168.202.129
2. rsync server installation and configuration
yum
install
rsync
-y
# Installing the rsync Service
Provide the configuration file for rsync:
vim
/etc/rsync
LSYNCD is based on the Lua language development, integrates the rsync and notify implementation files real-time synchronization system Environment cat/etc/issueCentOSrelease6.6 ( Final) uname-srlinux2.6.32-504.el6.x86_64 Server Planning rsync server: 192.168.10.241rsync+ LSYNCD Server : 192.168.10.231. Configuring Rsync server 1. Configure XINETD to manage
rsync Remote SyncThe correct and effective backup scheme is an important means to ensure the security of the system and data, in the server usually combined with the scheduled task, shell script to perform local backup.rsync (remote sync) is an open source, fast, secure and efficient offsite backup tool that mirrors and synchronizes the entire directory tree across different hosts, supports incremental backups, maintains links and permissions,The opti
Windows serves as a file server, uses Rsync's version of Windows Services, and then configures it well. You need a friend to refer to below.Windows serves as a file server, using Rsync's version of Windows services: cwrsyncserver:http://rsync.samba.orgThe installation process to set the account number and password for the system service, you can default.Note: This account is used to enable the Crsync Server service and needs to be assigned to account for the appropriate permissions to synchroniz
Rsync
I. Basic Knowledge
1. Rsync: A transmission tool, similar to SCP
To use SCP, you must know the password and account of the remote host.
Upload files locally to remote
SCP [Option] source file [[[email protected] host1:] destions/File
The file is downloaded to the local device remotely.
SCP [Option] [[email protected] host1:] destions/File Source/File
650) This. width = 650; "style =" border-top-width:
Rsync is a data-mirroring backup tool for Linux systems, and--remote sync is visible from the name of the software. Rsync supports most Unix-like systems, which are well tested on Linux, Solaris, and BSD. The latest version of Rsync can be obtained from http://rsync.samba.org/rsync/. It has the following characteristic
Description
Operating system: CentOS 5.X
Source server: 192.168.21.129
Target server: 192.168.21.127,192.168.21.128
Objective: To synchronize the/home/www.111cn.net directory on the source server to the/home/www.111cn.net of the target server in real time
Specific actions:
Part one: Operate on two target servers 192.168.21.127,192.168.21.128 respectively
One, in two on the target server installation rsync service side
1. Close SELinux
Vi/etc/
Rsync makes it easier and faster to synchronize two machines, such as Laptops and Desktops. This provides an efficient algorithm and multiple options. In addition, if you do not like the command line operation, you can use several graphical tools to make rsync easier.If you are using both a laptop and a desktop computer, you may need to synchronize them in a timely manner. In addition, in addition to runnin
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.