Neu: Logrotate
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
Archiv/
|
Archiv/
|
||||||
Backup/
|
Backup/
|
||||||
log.txt
|
log.txt
|
||||||
|
logrotate.status
|
||||||
|
*.gz
|
||||||
|
|||||||
10
logrotate.cfg
Normal file
10
logrotate.cfg
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
/home/oberkoetter/Dokumente/Git/rettedpv/log.txt {
|
||||||
|
monthly
|
||||||
|
rotate 3
|
||||||
|
compress
|
||||||
|
missingok
|
||||||
|
notifempty
|
||||||
|
copytruncate
|
||||||
|
dateext
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user