티스토리 뷰
0 0 * * * /data2/apachelogs/today.sh
0 20 * * * /bin/rm /data1/apachelog_backup/webtrend/access_log_*
#! /bin/sh
#apache log rotate
LANG=C
export LANG
today=`date --date '1 day ago' +%Y%m%d`
cp /usr/local/httpd/logs/access_log /var/log_dir/access_log_$today
cat /dev/null > /usr/local/httpd/logs/access_log
cp /usr/local/httpd/logs/error_log /var/log_dir//error_log_$today
cat /dev/null > /usr/local/httpd/logs/error_log
cp /usr/local/httpd/logs/zeroboard4-error_log /var/log_dir/zeroboard4-error_log_$today
cat /dev/null > /usr/local/httpd/logs/zeroboard4-error_log
cp /usr/local/httpd/logs/zeroboard4-access_log /var/log_dir/zeroboard4-access_log_$today
cat /dev/null > /usr/local/httpd/logs/zeroboard4-access_log
gzip /var/log_dir/access_log_$today
gzip /var/log_dir/error_log_$today
gzip /var/log_dir/zeroboard4-error_log_$today
gzip /var/log_dir/zeroboard4-access_log_$today
'linux' 카테고리의 다른 글
linux user 특정 기간동안 root 권한 할당 (0) | 2014.05.28 |
---|---|
scsi 디바이스 rescan (0) | 2014.05.28 |
linux bonding (본딩) (0) | 2014.05.27 |
linux hidden patch (loopbask) 데몬방식 (0) | 2014.05.27 |
ahi-daemon (0) | 2014.05.27 |
- Total
- Today
- Yesterday
- cisco ansible
- ipmi
- dl20
- linux command log
- ansible ios
- cmd로 윈도우 계정 관리
- nutanix rac
- ILO
- 윈도우 cmd 계정 관리
- DL20 GEN9 장비에 CentOS 7
- CentOS 7 GUI
- 윈도우서버 계정 관려
- dl20 g9 centos7 설치
- centos7 ntp
- 특정 라인삭제
- 리눅스 커맨드 로그남기기
- cmd로 계정 생성
- chrony
- windows.old 강제삭제
- shell connmad log
- 특정 문구 치환
- kernel 변경
- nxos ansible
- ISCSI 볼륨 RAC
- ios ansible
- vm rac
- ansible network
- oracle linux8 kernel
- cgroup
- dl20 centos7
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |