File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ # ######################################################
3
+ # $Name: Shell_Log.sh
4
+ # $Version: v1.0
5
+ # $Function: Log Script
6
+ # $Author: ShaoBo Wan (Tinywan)
7
+ # $organization: https://github.com/Tinywan
8
+ # $Create Date: 2017-06-29
9
+ # $Description: Mysql 自动备份脚本安全加锁机制
10
+ # ######################################################
2
11
:<< tinywan
3
12
[1]author:Tinywan
4
13
[2]log_format:
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This is mysql mysqldaiybak scripts
3
- # 2015-05-01
2
+ # ######################################################
3
+ # $Name: mysql_backup.sh
4
+ # $Version: v1.0
5
+ # $Function: Backup MySQL Databases Script
6
+ # $Author: ShaoBo Wan (Tinywan)
7
+ # $organization: https://github.com/Tinywan
8
+ # $Create Date: 2017-06-29
9
+ # $Description: Mysql 自动备份脚本安全加锁机制
10
+ # ######################################################
11
+
4
12
database=weblive
5
13
databak_dir=/home/www/database_back
6
14
logs_dir=/home/www/database_back/logs
You can’t perform that action at this time.
0 commit comments