# Snap-Slack Configuration File [snapshot] # Directory where snapshots are stored snapshot_dir = "/.snapshots" # Prefix for snapshot names snapshot_prefix = "snapshot-" # BTRFS mount point (usually /) btrfs_mount_point = "/" # Root subvolume name (usually @ for Slackware) root_subvolume = "@" # Number of days to keep snapshots (older ones will be deleted) retention_days = 7 # Bootloader configuration [bootloader] # Type of bootloader: 'elilo' or 'grub' type = "elilo" [elilo] # Path to elilo configuration file elilo_conf = "/boot/efi/EFI/Slackware/elilo.conf" # Root partition device root_partition = "/dev/sdaX" # Additional kernel boot options extra_boot_options = "quiet splash" [grub] # Use a custom file in /etc/grub.d/ (recommended) use_custom_file = true # Path to the custom file for snapshot entries custom_entries_file = "/etc/grub.d/60_snap-slack" # GRUB configuration file config_file = "/boot/grub/grub.cfg" # Root partition device root_partition = "/dev/sdaX" # Path to kernel image (relative to / or absolute) kernel_path = "/boot/vmlinuz" # Path to initrd image (relative to / or absolute) initrd_path = "/boot/initrd.gz" # Additional kernel boot options extra_boot_options = "quiet splash" [boot] # Path to boot directory for kernel and initrd boot_dir = "/boot" # System hostname (used for snapshot descriptions) hostname = "slackware"