Answers for "linux logrotate recursive"

0

linux logrotate recursive

/var/log/basedir/*.log /var/log/basedir/*/*.log {
    daily
    rotate 5
}
Posted by: Guest on April-13-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language