摘要:
数据库备份 /data/mysql/bin/mysqldump -hlocalhost -u'root' -p'do' my_db --single-transaction -q | gzip > my_db.sql.gz find '/home/yourname/backup/mysql' -name '123.txt' -ctime +5 | xargs rm -r... 阅读全文
posted @ 2014-10-21 19:56
cnzhangxl
阅读(266)
评论(0)
推荐(0)