btrbk.conf.example: add stream_buffer command to example config

pull/204/merge
Axel Burri 2018-02-14 00:25:58 +01:00
parent 5651c96e4e
commit c0e0644eff
1 changed files with 10 additions and 3 deletions

View File

@ -2,16 +2,23 @@
# Example btrbk configuration file # Example btrbk configuration file
# #
# #
# Please refer to the btrbk.conf(5) man-page for more details. # Please refer to the btrbk.conf(5) man-page for a complete
# description of all configuration options.
# #
# Note that the options can be overridden in the # Note that the options can be overridden per volume/subvolume/target
# volume/subvolume/target sections. # in the corresponding sections.
# #
# Enable transaction log # Enable transaction log
transaction_log /var/log/btrbk.log transaction_log /var/log/btrbk.log
# Enable stream buffer. Adding a buffer between the sending and
# receiving side is generally a good idea.
# NOTE: If enabled, make sure the "mbuffer" package is installed on
# the target host!
stream_buffer 512m
# Directory in which the btrfs snapshots are created. Relative to # Directory in which the btrfs snapshots are created. Relative to
# <volume-directory> of the volume section. # <volume-directory> of the volume section.
# If not set, the snapshots are created in <volume-directory>. # If not set, the snapshots are created in <volume-directory>.