some more snapper

This commit is contained in:
Tobias J. Endres 2025-02-15 04:46:47 +01:00
parent b18ae3cf7a
commit b7f1cf8070

17
btrfs-assistant.conf Normal file
View File

@ -0,0 +1,17 @@
# The location of the snapper command
snapper = /usr/bin/snapper
# The path to the btrfsmaintenance configuration file
bm_config = /etc/default/btrfsmaintenance
# The absolute path of the script to run for btrfs maintenance to reload the config file
bm_refresh_script = "/usr/share/btrfsmaintenance/btrfsmaintenance-refresh-cron.sh"
# In this section you can manually specify the mapping between a subvol and it's snapshot directory.
# This should only be needed if you aren't using the default nested subvols used by snapper.
#
# The format is <name> = "<snashot subvol>,<source subvol>,<UUID>"
# All should be paths relative the root of the btrfs volume and the UUID is the UUID of the filesystem
# For example, a line might look like this:
# root = "@snapshots,@,48bee883-0eef-4332-9bc5-65f01295e470"
[Subvol-Mapping]