Shell database backup

Source: Internet
Author: User
It took some time to back up the shell database. 011 #! Bin/sbin022033cd/home/igeeker/IDE/myeclipse/workspace/outdoors/WebRoot044echo & quot; backdirectory & quot; 055 # if the SQL file exists, it takes some time to back up the shell database, I learned how to create a database backup using shell. 011 #! Bin/sbin022033 cd/home/igeeker/IDE/myeclipse/workspace/outdoors/WebRoot044 echo "back directory" 055 # if the SQL file exists, delete 066 if [-f *. SQL]; then077 rm *. sql088 fi0991010 Now = $ (date + "% d % m % Y") 1111 File = backup $ Now. sql1212 mysqldump-u root-pwangtong outdoors> $ File1313 echo "backup done! "
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.