Data backup through rsync

Source: Internet
Author: User

1. Server Side

Download rsync-3.1.1pre2.tar.gz

# Tar zxvf rsync-3.1.1pre2.tar.gz

# Cd./rsync-3.1.1pre2

#./Configure -- prefix =/usr/local/rsync

# Make & make install

# Vim/etc/rsyncd. conf

Uid = nobody

Gid = nobody

Use chroot = No

Max connections = 10

Strict modes = Yes

PID file =/var/run/rsyncd. PID

Lock file =/var/run/rsync. Lock

Log File =/var/log/rsyncd. Log


[Yrdce]

Path =/customer_file

Comment = customer file

Ignore errors

Read Only = No

Write only = No

Hosts allow = 10.0.100.119

List = true

Uid = root

Gid = root

Auth users = backup

Secrets file =/usr/local/rsync/server. Pass

# Vim/usr/local/rsync/server. Pass

Backup: 123456

# Chmod 600/usr/local/rsync/server. Pass


#/Usr/local/bin/rsync -- daemon

# Echo "/usr/local/bin/rsync -- daemon">/etc/rc. Local


Client

Download rsync-3.1.1pre2.tar.gz

# Tar zxvf rsync-3.1.1pre2.tar.gz

# Cd./rsync-3.1.1pre2

#./Configure -- prefix =/usr/local/rsync

# Make & make install

# Vim/usr/local/rsync/server. Pass

123456

# Chmod 600/usr/local/rsync/server. Pass

#/Usr/local/bin/rsync-vzrtopg -- delete -- Progress [email protected]: yrdce/customer_file_backup -- password-file =/usr/local/rsync/server. Pass


This article is from the "kimileonis" blog, please be sure to keep this source http://kimileonis.blog.51cto.com/5531747/1540705

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.