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 acro
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
Http://www.xfocus.net/articles/200107/214.html
Source: http://xfocus.org/
Use rsync to back up images for websites
By inburst Http://xfocus.org
For system administrators, the focus of their work should be on maintaining the normal operation of the system and providing services normally. Here, a data backup problem is often involved.
In this case, 80% of system administrators are not very concerned about th
For the system administrator, the focus should focus on maintaining the normal operation of the system, to be able to provide services normally, this often involves a data backup problem, in my understanding, 80% of the system administrator is not too concerned about the security of their own servers, but is often very interested in the technology of standby mirroring, But because of the high price of hardware and software in commercial products, free
For system administrators, the focus of their work should be on maintaining the normal operation of the system and providing services normally. Here, a data backup problem is often involved.
In this case, 80% of system administrators are not very concerned about the security of their servers, but they are often quite interested in the backup image technology. However, due to the high hardware and software
For system administrators, the focus of their work should be on maintaining the normal operation of the system and providing services normally. Here, a data backup problem is often involved.
In this case, 80% of system administrators are not very concerned about the security of their servers, but they are often quite interested in the backup image technology. However, due to the high hardware and software p
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
Tags: term verify user name tar test system start progress device connections firewallfirst, server-side configuration1. rsyncd.conf File DescriptionUID = rsync #用户 to control read and write access to the module directory by the userGID = rsync #组, used to control read and write permissions for the group Access module directoryUse chroot = no #安全相关Max connections = #最大连接数Timeout = #超时时间 (in seconds)MOTD fil
1. Rsync+inotify Synchronization Logic diagram650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/24/E7/wKiom1NWH9zSygnhAAESOQCBlMs996.jpg "alt=" Wkiom1nwh9zsygnhaaesoqcblms996.jpg "/>2. Environment deployment
Host Name
Host IP Address
System version
System Kernel Version
Inotify-master
192.168.30.130
CentOS 6.5
2.6.32-358.el6.x86_64
Inotify-slave
192.168.30.131
####
-V,-verbose detailed mode output
-A,-archive mode, indicating that the file is transmitted recursively and all file attributes are kept
-Z: compresses the backup files during transmission.
-- Delete: delete the files that are not in the SRC file in DST.
-- Exclude = specifies to exclude the file mode that does not need to be transferred.
4. Others.
Rsync-avz -- delete/tmp/2 // var/spool/clientmqueue/
The official site of Rsync is located in http://rsync.samba.orgRsync is a data mirroring Backup tool under Unix-like systems--remote sync. A fast incremental backup tool remote Sync, which supports local replication or synchronizes with other SSH and rsync hosts.
Rsync inclu
How to Use rsync client on windows, rsync Client1.1 obtain the rsync software on windows (cwRsync)
CwRsync is a package containing Rsync in the Windows Client GUI. You can use cwRsync to quickly back up and synchronize remote files.1.1.1 Official Website
Https://www.itefix.net/cwrsync
Download Method:
1. Click get on
Recently need to implement a dynamic backup of the files on the server, I do not want to do a manual backup every time, find a lot of information on the Internet, found that using rsync can be achieved, if you want to achieve real-time synchronization, you can also use the rsync+inotify combination, this article is don
RSYSNC Mode of operationA third way of working is common in the work, and in order to keep the backup server from being pressured, use push as a backup.650) this.width=650; "Src=" Http://s2.51cto.com/wyfs02/M00/8B/29/wKiom1hGGjvCk70bAABQOmYdj3s353.png-wh_500x0-wm_3 -wmp_4-s_2067049537.png "title=" 123.png "alt=" Wkiom1hggjvck70baabqomydj3s353.png-wh_50 "/>The first way is an example:rsync-avz/etc/hosts/tmp/
Rsync (synchronize) is a remote data synchronization tool that synchronizes files between local and remote hosts using the rsync algorithm.The benefit of rsync is to sync only two different parts of the file, and the same part is not delivered. Similar to incremental backups,This makes it much more time-consuming to deliver b
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
nonreadable: Specifies that the RYSNC server completely ignores files that the user does not have access to. This is useful for situations where some files in a directory that need to be backed up should not be available to the backup person.
Transfer logging: Make the Rsync server use FTP-formatted files to record download and upload operations in its own separate log.
Log format: This option allows the
Rsync is a data Image Backup tool mdash; remotesync in unix-like systems. Rsync is a very powerful tool, and its commands have many special options. The following describes the options one by one. Its features are as follows: you can save the entire rsync image.
Rsync is a
the file permission #-t: -- times keep the file timestamp #-l: -- links retains the symbolic link of the file #-g: -- group retains the file group #-o: -- owner retains the file owner #-D: -- devices keep the device file # (-a is equivalent to the sum of other attributes, that is,-p-t-l-g-o-d ...) #-e ssh: indicates the use of ssh protocol for bearer #-z: file compression and transmission # -- progress: Display progress bar # -- stats: shows how to perform compression and transmission
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.