btrbk.conf.example: add timestamp_format

pull/409/head
Axel Burri 2021-07-15 14:49:33 +02:00
parent f1a92e4141
commit ff9e4b5b5f
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@
# 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!