Hello everyone,
How can I achieved delayed compression like the one existing in logrotate, here is my config (I did not find this in the man) :
I wish to delay the compression by one day :
- Current log.
- Rotated log.
- Compressed log.
Thanks
How can I achieved delayed compression like the one existing in logrotate, here is my config (I did not find this in the man) :
Code:
/var/log/apache24/httpd-access.log 644 52 * @T04 J /var/run/httpd.pid 30
I wish to delay the compression by one day :
- Current log.
- Rotated log.
- Compressed log.
Thanks