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
|
Source: btrfs-assistant
Section: admin
Priority: optional
Maintainer: Dale Richards <dale@dalerichards.net>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
cmake,
qt6-base-dev,
qt6-tools-dev,
libbtrfsutil-dev,
Standards-Version: 4.6.2
Homepage: https://gitlab.com/btrfs-assistant/btrfs-assistant
Vcs-Browser: https://salsa.debian.org/doge-tech/btrfs-assistant
Vcs-Git: https://salsa.debian.org/doge-tech/btrfs-assistant.git
Package: btrfs-assistant
Architecture: any
Multi-Arch: foreign
Depends:
pkexec,
${shlibs:Depends},
${misc:Depends},
Recommends:
snapper,
btrfsmaintenance,
Description: Qt GUI tool to manage Btrfs filesystems
Btrfs Assistant is a Qt GUI management tool to make managing a Btrfs
filesystem easier. The primary features it offers are:
.
* An easy to read overview of Btrfs metadata
* A simple view of subvolumes with or without Snapper/Timeshift snapshots
* Run and monitor scrub and balance operations
* A pushbutton method for removing subvolumes
* A management front-end for Snapper with enhanced restore functionality
* A front-end for Btrfs Maintenance
|