Remote Automatic Backup rsync + SSH + sshpass

Source: Internet
Author: User

Feature: automatic backup between remote servers

Most O & M personnel know the advantages of rsync backup. Simply put, only modified files are backed up to reduce the amount of data transmitted. At the same time, it can transmit data through the SSH protocol for data security.

However, SSH has a disadvantage. Only the password can be entered in interactive mode. As a result, the backup program cannot be written to crontab and can only be executed manually. Automatic batch processing is not supported.

Sshpass can decrypt this disadvantage. Let's take a look:

: Http://sourceforge.net/projects/sshpass/files/

Decompress the package./configure; Make; make install to complete the installation.

Usage:

Sshpass-P 'Password' rsync-AV-e SSH localdir username @ remoteaddr:/remotedir or

Sshpass-F password. File rsync-AV-e SSH localdir username @ remoteaddr:/remotedir

Password: Remote Server Password

Password. File: the password file.

Localdir local directory to be backed up

Username Remote Server Username

Remoteaddr Remote Server IP address or remote server Domain Name

Remotedir remote server path

PS:

The Rsync exclusion directory syntax is -- explode = directory name. In actual tests, the directory name cannot be an absolute address.

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.