config.toml 257 B

1234567891011
  1. [snapshot]
  2. snapshot_dir = "/.snapshots"
  3. snapshot_prefix = "snapshot-"
  4. btrfs_mount_point = "/"
  5. root_subvolume = "@"
  6. retention_days = 7
  7. [elilo]
  8. elilo_conf = "/boot/efi/EFI/Slackware/elilo.conf"
  9. root_partition = "/dev/sdaX"
  10. extra_boot_options = "quiet splash"