File: settings.conf

package info (click to toggle)
btrfsd 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 328 kB
  • sloc: ansic: 1,966; xml: 123; python: 114; sh: 98; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 418 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Configuration for Btrfsd
#

# Settings can be adjusted per mountpoint,
# if no settings are defined for a mountpoint,
# the ones from the "default" section are used.
# Check man btrfsd(8) for more informtion.

[default]
# Address to send mails about filesystem errors to
mail_address=""

# Approximate intervals at which to execute
# maintenance actions.
stats_interval=1h
scrub_interval=1M
balance_interval=never