]> Frank Brehm's Git Trees - config/bruni/etc-mint-new1.git/commitdiff
saving uncommitted changes in /etc prior to apt run
authorFrank Brehm <frank@brehm-online.com>
Mon, 30 Nov 2020 19:17:27 +0000 (20:17 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Mon, 30 Nov 2020 19:17:27 +0000 (20:17 +0100)
logrotate.conf
logrotate.d/btmp
logrotate.d/wtmp
resolv.conf

index 19eefe12181345a727e23080e7547b5e8e20635f..02e2ecbdca355a13c7f12046710abbd8de3bf5b0 100644 (file)
@@ -7,16 +7,25 @@ weekly
 su root adm
 
 # keep 4 weeks worth of backlogs
-rotate 4
+rotate 10
+maxage 731
 
 # create new (empty) log files after rotating old ones
 create
 
 # use date as a suffix of the rotated file
-#dateext
+dateext
+dateformat -%Y-%m-%d
+
+# do not rotate, if the file is empty
+notifempty
 
 # uncomment this if you want your log files compressed
-#compress
+compress
+delaycompress
+
+# is it okay, if a logfile doesn't exists ?
+missingok
 
 # packages drop log rotation information into this directory
 include /etc/logrotate.d
index 0aa1ae1ade1842b8fb36182292e96a13a553a661..2e5f092a3d81de70643c1723412b72e226b2b328 100644 (file)
@@ -1,7 +1,11 @@
 # no packages own btmp -- we'll rotate it here
 /var/log/btmp {
     missingok
-    monthly
+    weekly
     create 0660 root utmp
-    rotate 1
+    minsize 4M
+    rotate 12
+    dateext
+    dateformat -%Y-%m-%d
 }
+
index cc8a151e00befe3d6a4182e7f24705817facd631..bf86f2329983e43e6bd7492cbbfd2cbcaeadeec6 100644 (file)
@@ -1,8 +1,11 @@
-# no packages own wtmp -- we'll rotate it here
+# no packages own wtmp, or btmp -- we'll rotate them here
 /var/log/wtmp {
     missingok
-    monthly
+    weekly
     create 0664 root utmp
-    minsize 1M
-    rotate 1
+    rotate 12
+    minsize 4M
+    dateext
+    dateformat -%Y-%m-%d
 }
+
index 9a0c1ae7a186d63f4d7592b48f292a64953cefd2..c3eb8f044b0d68768ab957c6e675d3913c3e6caf 100644 (file)
@@ -1,5 +1,6 @@
-search pixelpark.net pixelpark.com pixelpark.de brehm-online.com uhu-banane.net pp-dns.com
-nameserver 77.74.232.24
-nameserver 77.74.232.25
-nameserver 93.188.104.82
+search home.brehm-online.com brehm-online.com hennig-berlin.org uhu-banane.de uhu-banane.net
+nameserver 127.0.0.1
+nameserver 1.1.1.1
+nameserver 8.8.8.8
+nameserver 8.8.4.4
 options timeout:1 attempts:2 use-vc