4 lines
99 B
Bash
4 lines
99 B
Bash
#!/bin/sh
|
|
|
|
mysqlreport > /var/log/mysql-report/`date +%Y-%m-%d`
|
|
tmpwatch 720 /var/log/mysql-report
|