1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: btrfsd
Section: admin
Priority: optional
Maintainer: Matthias Klumpp <mak@debian.org>
Build-Depends: btrfs-progs,
debhelper-compat (= 13),
docbook-xsl,
libglib2.0-dev,
libjson-glib-dev,
libsystemd-dev,
meson,
systemd,
systemd-dev,
xsltproc
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/ximion/btrfsd
Vcs-Git: https://salsa.debian.org/debian/btrfsd.git
Vcs-Browser: https://salsa.debian.org/debian/btrfsd
Package: btrfsd
Architecture: linux-any
Depends: btrfs-progs,
systemd,
${misc:Depends},
${shlibs:Depends}
Suggests: default-mta | mail-transport-agent,
smartmontools,
upower
Description: Tiny Btrfs maintenance daemon
Btrfsd is a lightweight daemon that takes care of running Btrfs filesystem
maintenance tasks.
It can:
.
* Check for detected errors and broadcast a warning if any were found,
or optionally send an email
* Perform scrub periodically if the system is not on battery
* Optionally run balancing operations periodically
.
The daemon is designed to be run on any system, from a small notebook to a
large storage server.
If no Btrfs filesystems are found, the daemon will be inert.
.
By default, Btrfsd is called every hour via a systemd timer.
|