bundlewrap/bundles/backup-client/files/logrotate.conf

11 lines
146 B
Plaintext
Raw Normal View History

2021-06-06 06:05:41 +00:00
/var/log/backup-client/*.log {
compress
copytruncate
daily
dateext
missingok
notifempty
rotate 14
sharedscripts
}