Add logrotate
support for backup apps
This commit is contained in:
parent
a76d38c201
commit
cde124b916
2 changed files with 16 additions and 0 deletions
10
rattail_fabric2/deploy/backup/logrotate.conf
Normal file
10
rattail_fabric2/deploy/backup/logrotate.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
/srv/envs/backup/app/log/rattail.log {
|
||||
daily
|
||||
missingok
|
||||
rotate 30
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
create 600 rattail rattail
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue