Nginx under the log cutting shell

Source: Internet
Author: User

#!/bin/bash

Mkdir-p/data01/nginx_log/$ (Date +%y%m%d)

cp/data01/nginx_log/access.log/data01/nginx_log/$ (date +%y%m%d)/access-$ (date +%y%m%d). log

#先复制原来的正常访问日志

Cat/dev/null >/data01/nginx_log/access.log

#清空原来的正常访问日志

cp/data01/nginx_log/error.log/data01/nginx_log/$ (date +%y%m%d)/error-$ (date +%y%m%d). log

#先复制原来的错误日志文件, please fill in the actual log path according to your

Cat/dev/null >/data01/nginx_log/error.log

#清空错误日志文件


#删除7天前的数据

find/data01/nginx_log/-mtime +7-exec rm-rf {} \;


This article is from the "System operation and maintenance website Development" blog, please be sure to keep this source http://cgc888.blog.51cto.com/3989433/1688322

Nginx under the log cutting shell

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.