We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4abd7 commit aa9dd24Copy full SHA for aa9dd24
mariadb-snapshot
@@ -0,0 +1,14 @@
1
+# This file comes from the UAL-Veeam-MariaDB-Export RPM
2
+# It belongs in /etc/logrotate.d/, where it will rotate the log from the snapshot database!
3
+
4
+/var/log/mariadb/snapshot.log {
5
+ create 644 mysql mysql
6
+ #notifempty
7
+ weekly
8
+ rotate 8
9
+ size 10
10
+ missingok
11
+ nocompress
12
+ # We don't need postrotate... backups aren't scheduled to happen while logs are being rotated.
13
+}
14
0 commit comments