Skip to content

Commit aa9dd24

Browse files
author
Neil MacGregor
committed
Added mariadb-snapshot, which belongs in /etc/logrotate.d
1 parent df4abd7 commit aa9dd24

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

mariadb-snapshot

+14
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)