| Current Path : /etc/logrotate.d/ |
| 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
}