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.
pull/459/head
Axel Burri 2022-02-26 15:18:59 +01:00
parent 671df969a1
commit 795418ebe1
1 changed files with 0 additions and 3 deletions

View File

@ -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!