mirror of
https://github.com/Antynea/grub-btrfs.git
synced 2026-03-04 13:05:00 +08:00
This allows users to customize the snapshots path to work with, e.g., snapper. If no path is configured, it will default to timeshift. Signed-off-by: David P <megver83@parabola.nu>
4 lines
166 B
Plaintext
4 lines
166 B
Plaintext
# Where to locate the root snapshots
|
|
#snapshots="/.snapshots" # Snapper in the root directory
|
|
snapshots="/run/timeshift/backup/timeshift-btrfs/snapshots" # Timeshift
|