时间:2021-07-01 10:21:17 帮助过:16人阅读
2、脚本需要做的。
a、调用系统压缩命令,生成根据日期时间的压缩包。
b、只保留最近7天内的数据。
用的的方法如下:
rq=`date +%Y%m%d`zip -q -r $rq.zip /opt/mysql/test
最近七天的时间 算法 暂时没有好的思路
find 备份数据 -name "文件" -type f -mtime +7 -exec rm{};
< 上一篇
PHPdate(/Datetime::W3C)插入日期格式提示错误_MySQL
下一篇 >
python3.4使用pymysql连接mysql数据库_MySQL
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册