Skip to content

Commit 05e5321

Browse files
committed
shell
1 parent dc82d6e commit 05e5321

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

Nginx-Rtmp/Shell_Log.sh

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
#!/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+
#######################################################
211
:<<tinywan
312
[1]author:Tinywan
413
[2]log_format:

Nginx-Rtmp/slimp_backup_db.sh

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
#!/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+
412
database=weblive
513
databak_dir=/home/www/database_back
614
logs_dir=/home/www/database_back/logs

0 commit comments

Comments
 (0)