From 795418ebe160e6aa29ce17d7acc7888aad8b86de Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Sat, 26 Feb 2022 15:18:59 +0100 Subject: [PATCH] btrbk.conf.example: remove timestamp_format Now that timestamp_format defaults to "long", it seems no longer needed to even mention it here. Setting to "short" or "long-iso" is only required in rather special use cases. --- btrbk.conf.example | 3 --- 1 file changed, 3 deletions(-) diff --git a/btrbk.conf.example b/btrbk.conf.example index afb0dbc..43600fe 100644 --- a/btrbk.conf.example +++ b/btrbk.conf.example @@ -17,9 +17,6 @@ # 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!