bundles/backup-client: do logging
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
3fc51d9eba
commit
fa4fe51155
3 changed files with 17 additions and 1 deletions
10
bundles/backup-client/files/logrotate.conf
Normal file
10
bundles/backup-client/files/logrotate.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
/var/log/backup-client/*.log {
|
||||
compress
|
||||
copytruncate
|
||||
daily
|
||||
dateext
|
||||
missingok
|
||||
notifempty
|
||||
rotate 14
|
||||
sharedscripts
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue