mirror of https://github.com/digint/btrbk
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
parent
671df969a1
commit
795418ebe1
|
@ -17,9 +17,6 @@
|
||||||
# Enable transaction log
|
# Enable transaction log
|
||||||
transaction_log /var/log/btrbk.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
|
# Enable stream buffer. Adding a buffer between the sending and
|
||||||
# receiving side is generally a good idea.
|
# receiving side is generally a good idea.
|
||||||
# NOTE: If enabled, make sure to install the "mbuffer" package!
|
# NOTE: If enabled, make sure to install the "mbuffer" package!
|
||||||
|
|
Loading…
Reference in New Issue