From ff9e4b5b5f672116bf6e168a20c9ff97ade19ce9 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 15 Jul 2021 14:49:33 +0200 Subject: [PATCH] btrbk.conf.example: add timestamp_format --- btrbk.conf.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/btrbk.conf.example b/btrbk.conf.example index 82ccfee..acd48e2 100644 --- a/btrbk.conf.example +++ b/btrbk.conf.example @@ -17,6 +17,9 @@ # Enable transaction log transaction_log /var/log/btrbk.log +# Use long timestamp format (includes hour/minute) +timestamp_format long + # Enable stream buffer. Adding a buffer between the sending and # receiving side is generally a good idea. # NOTE: If enabled, make sure to install the "mbuffer" package!