apache自动打包日志脚本

Posted shanyingyuyan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache自动打包日志脚本相关的知识,希望对你有一定的参考价值。

#!/bin/bash
#
apachedata=$(date +%Y%m%d)
time=$(date +%Y%m%d%H --date=‘1 hour ago‘)
cd /logs/apache/
tar -zcvf genius_access_log_$time.tar.gz genius_access_log_$time.log
mv genius_access_log_$time.tar.gz /logs/apache_visit/
#从今天零时开始7天以外的文件删除
find /logs/apache/ -daystart -type f -mtime +7 -exec rm -f ‘‘ ‘;‘

以上是关于apache自动打包日志脚本的主要内容,如果未能解决你的问题,请参考以下文章

jar打包混淆上传全自动日志

Eclipse下配置Ant脚本 自动打包带签名的Android apk

shell脚本:日志切割与上传

使用Shell脚本批量给tomcat日志打包压缩并清理

Gitlab-CI自动化打包之Runner配置和CI脚本说明

Jenkins实现自动打包,MAVEN打包,Shell脚本启动