Shell monitors whether automatic backups are successful (determine if files exist)

Source: Internet
Author: User

Once the backup SQL file is generated in auto-package, monitor the operation!

#Crontab Time # variablesfile_dir=/data/mysql_bak/   #备份存放路径DATE = ' Date +%y_%m_%d '      #获取当前系统时间FILE_NAME = " Mysqldata_bak_$date.tar.gz "#最终保存的数据库备份文件名FILE =${file_dir}${file_name} #echo" $FILE "# to determine if the backup file of the day generates an IF [!-f ' $FILE ']; Then      echo "####### $DATA #########" >>/data/mysql_bak/mysql_bak.err      echo "MySQL back up $DATE hava not crea ted! ">>    /data/mysql_bak/mysql_bak.errelse      echo" MySQL back up $FILE has exist! "      echo "MySQL Back up successful!" Fi

Shell monitors whether automatic backups are successful (determine if files exist)

Related Article

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.