I. Overview of Rsync1.1,rsyncthe advantages and disadvantagesRsync, compared with traditional CP and tar backup methods, has the advantages of high security, fast backup, support of incremental backup, and so on, rsync can solve the requirement of low-real-time data backup,
monitoring scripts#vi/srv/rsync.shRsync.sh contents are as follows:#!/bin/bashsrc=/srv/test/#监视改文件路径, folder content changes trigger server data synchronizationDes=backup #客服端配置的模块 (customer service side will introduce)Host= "192.168.10.6" #同步到的IP地址, if multiple spaces are separated. For example: host= "192.168.10.6 192.168.10.7"/usr/local/bin/inotifywait-mrq--timefmt '%d/%m/%y%h:%m '--format '%T%w%f '-e modify,delete,create,attrib $SRC | While read
Powerful rsync website automatic backup tool
Rsync is a data image backup tool in unix-like systems-remote sync. A Fast Incremental Backup Tool, Remote Sync, supports local replication or synchronization with other SSH and rsync h
RSync for file backup Synchronization
1. rsync Introduction
Rsync is an application software in Unix. It can synchronously update files and directories of two computers and use differential encoding to reduce data transmission. An important feature in rsync that is not seen
rsync file sync backup from Linux to LinuxFirst, the environmentServer (server side) that needs to back up files: 192.168.1.201 (RHEL 5)Server (client) receiving backup files: 192.168.1.202 (CENTOS 5)Second, installation configuration1. Server-side configurationA, using the system default installation of
Rsync + SSH Incremental backup file in FreeBSD system
There are two machines. One is called a server and the other is called a backup machine. How can we copy the server data to the backup machine on a daily or regular basis? The powerful functions of rsync will be used here
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
Requirements are as follows:Every night 0 o'clock on NFS Server A (rsync client), package the backup Site Program directory (/var/www/html)Push to Server B by using the rsync command to save the backupSpecific requirements:1.NFS servers and backup servers their
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 Linux, Solaris, and BSD. The latest version of rsync can be found at http://rsync.samba.org/rsync. Its features are as follows:
1.
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
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 Linux, Solaris, and BSD. The latest version of rsync can be found at http://rsync.samba.org/rsync. Its features are as follows:1. i
In the previous blog, I talked about using rsync to achieve data mirroring and backup, but to achieve real-time data backup, independent of rsync can not be achieved, this article describes how to achieve real-time data backup.
F
Linux rsync sync settings
Rsync is a data mirroring backup tool that keeps data synchronized between two servers, and the most frequently used scenario is backing up the data.The installation method is as follows:
Installation
Installing rsync under Ubuntu can be achieved by following these steps:
The c
By default, rsync is installed in ubuntu. You can run the rsync-h command to check whether the tool is installed. If not, run the following command:
$ Aptitude install rsync
Install.Rsyncremote synchronize) is a remote data synchronization tool that can be used to synchronize files between local and remote hosts using
Article Title: linux Rsync synchronization backup storage configuration tutorial. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Master server: 192.168.0.220 (CentOS 4.4)
Slave server: 192.168.0.248 (CentOS 5)
============================ 1> install
Xtrabackup+rsync backing up the database and synchronizing to the remote backup machineSimple architecture:650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/6E/54/wKiom1V5N5yzcxrsAAErWN2NyIE784.jpg "title=" FA ( R87X$_VX) {%ckh7klhd.png "alt=" Wkiom1v5n5yzcxrsaaerwn2nyie784.jpg "/>Simple description:To back up the intermediate three servers above the database data to the
Linux Rsync data Image and backup steps 1: install rsync to download the latest rsync package, the latest package in http://rsync.samba.org/rsync Find it. You can use the rpm Package for installation. I have applied the source code here. For some reason, I prefer to install
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.