initial commit of this new project

This commit is contained in:
Dave Lane 2023-05-02 02:01:02 +00:00
commit 01334fae09
5 changed files with 502 additions and 0 deletions

7
logrotate.d/egdbback Normal file
View file

@ -0,0 +1,7 @@
/var/log/egdbbackup*.log {
monthly
missingok
rotate 7
compress
notifempty
}