Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Database backup, Compression and deletion by bat batch processing under windows

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

@ echo off

Rem deletes the database backup 7 days ago

Cd D:\ db_bak\ qd_web_project\ dump

Forfiles / m * .sql.gz / d-7 / c "cmd / c del @ file / f"

Cd D:\ db_bak\ ios_web_project\ dump

Forfiles / m * .sql.gz / d-7 / c "cmd / c del @ file / f"

Cd D:\ db_bak\ game_db_all\ all

Forfiles / m * .sql.gz / d-7 / c "cmd / c del @ file / f"

Cd D:\ db_bak\ game_db_all\ dump

Forfiles / m * .sql.gz / d-7 / c "cmd / c del @ file / f"

Cd D:\ db_bak\ android_web_project\ dump

Forfiles / m * .sql.gz / d-7 / c "cmd / c del @ file / f"

Rem generates backup database

Cd / DC:\ Program Files\ MySQL\ MySQL Server 5.6\ bin

SET filePath=D:\ databackup\ db\% date:~0,4%%date:~5,2%%date:~8,2%%time:~0,2%%time:~3,2%

SET sqlPath=%filePath%.sql

SET rarPath=%filePath%.rar

Mysqldump.exe dbname-P 3306-uroot-proot >% sqlPath%

Rem compressed backup database files

"D:\ Program Files (x86)\ WinRAR\ WinRAR.exe" a-ibck-m5% rarPath%% sqlPath%

Rem delete data and add files

Del sqlPath%

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report