btrbk.conf.example: suggest stream_buffer=256m; adapt text; add links

pull/293/head
Axel Burri 2019-07-30 23:37:56 +02:00
parent 06a7a53fee
commit c9fb366d09
1 changed files with 6 additions and 3 deletions

View File

@ -4,6 +4,10 @@
# #
# Please refer to the btrbk.conf(5) man-page for a complete # Please refer to the btrbk.conf(5) man-page for a complete
# description of all configuration options. # description of all configuration options.
# For more examples, see README.md included with this package.
#
# btrbk.conf(5): <https://digint.ch/btrbk/doc/btrbk.conf.5.html>
# README.md: <https://digint.ch/btrbk/doc/readme.html>
# #
# Note that the options can be overridden per volume/subvolume/target # Note that the options can be overridden per volume/subvolume/target
# in the corresponding sections. # in the corresponding sections.
@ -15,9 +19,8 @@ transaction_log /var/log/btrbk.log
# 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 the "mbuffer" package is installed on # NOTE: If enabled, make sure to install the "mbuffer" package!
# the target host! stream_buffer 256m
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.