mirror of
https://github.com/Antynea/grub-btrfs.git
synced 2026-03-04 13:05:00 +08:00
11 lines
497 B
Plaintext
11 lines
497 B
Plaintext
# Copyright 2022 Pascal Jaeger
|
|
# Distributed under the terms of the GNU General Public License v3
|
|
|
|
## Where to locate the root snapshots
|
|
snapshots="/.snapshots" # Snapper in the root directory
|
|
#snapshots="/run/timeshift/backup/timeshift-btrfs/snapshots" # Timeshift < v22.06
|
|
|
|
## Autodetect timeshift snapshot directory. If this it set to true, variable snapshots is not taken into account. Use this for Timeshift >= v22.06
|
|
timeshift_auto=true # Timeshift >= v22.06
|
|
#timeshift_auto=false # snapper
|