Mysql Data Backup and remote storage

Source: Internet
Author: User
Tags sca

I sorted out the tuscany.org.cn server and found that the script I wrote three years ago was still running.

 

The script is as follows:

#===================================================== ==============================

#! /Bin/bash
Current_date = 'date + % Y-% m-% d: % H: % m: % s'

/Usr/local/MySQL/bin/mysqldump-prootpass dbname1>./db_dir/dbname1 _ "$ current_date" _ dump_file. SQL
/Usr/local/MySQL/bin/mysqldump-prootpass dbname2>./db_dir/dbname2 _ "$ current_date" _ dump_file. SQL

SCP/root/db_dir/dbname1 _ "$ current_date" _ dump_file. SQL sca@172.90.91.92:/root/dbbakdir

SCP/root/db_dir/dbname2 _ "$ current_date" _ dump_file. SQL sca@172.91.92.93:/root/dbbakdir

 

If [$? -Ne 0]
Then
Mail-s "Warning mesage from the automatic backup program of tuscany.org.cn" wanghongwei@myce.net.cn <mailcontext.txt
Fi

 

#===================================================== ==============================

 

 

Mailcontext.txt content

========================================

An error occurred while backing up Tuscany data. Please check the cause and solve it as soon as possible!

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.