From b7f1cf80701b93ee0a85f1ee03ea7b8531ae1ad4 Mon Sep 17 00:00:00 2001 From: "Tobias J. Endres" Date: Sat, 15 Feb 2025 04:46:47 +0100 Subject: [PATCH] some more snapper --- btrfs-assistant.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 btrfs-assistant.conf diff --git a/btrfs-assistant.conf b/btrfs-assistant.conf new file mode 100644 index 0000000..0f9c179 --- /dev/null +++ b/btrfs-assistant.conf @@ -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 = ",," +# 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]