summarylogtreecommitdiffstats
path: root/barman.logrotate
diff options
context:
space:
mode:
authorJeff Sharpe2019-02-20 22:25:24 -0800
committerJeff Sharpe2019-02-20 22:25:24 -0800
commitfc3400aa053a378f50cdbc6e0383e1914e228a8d (patch)
treefdb426ea4164c6dda4b160b8abf9635c245c0fb7 /barman.logrotate
parent0d3623064cb057af12e5f1304b2b3171196100e0 (diff)
downloadaur-fc3400aa053a378f50cdbc6e0383e1914e228a8d.tar.gz
Adopt and upgrade to 2.6
Diffstat (limited to 'barman.logrotate')
-rw-r--r--barman.logrotate5
1 files changed, 5 insertions, 0 deletions
diff --git a/barman.logrotate b/barman.logrotate
new file mode 100644
index 000000000000..4bb80bac2c3a
--- /dev/null
+++ b/barman.logrotate
@@ -0,0 +1,5 @@
+/var/log/barman/barman.log {
+ missingok
+ notifempty
+ create 0600 barman barman
+}