Your IP : 216.73.216.247


Current Path : /etc/logrotate.d/
Upload File :
Current File : //etc/logrotate.d/rubrik

/var/log/rubrik/*.log {
        rotate 10
        size=10M
        missingok
        copytruncate
        compress
        notifempty
}

/var/log/rubrik/managedvolume/*/*.log {
        rotate 10
        size=1M
        missingok
        copytruncate
        compress
        notifempty
}

/var/log/rubrik/vddk* {
        rotate 10
        size=10M
        missingok
        copytruncate
        compress
        notifempty
}