Moving to Endeavour & dealing with current partition setup

Huh, ok, so I see some differences there. Did you configure timeshift separately afterwards, maybe for another type of backup?

This is my output:


{
  "backup_device_uuid" : "313dc380-0d06-44ec-8652-062bd60bd5c6",
  "parent_device_uuid" : "",
  "do_first_run" : "false",
  "btrfs_mode" : "false",
  "include_btrfs_home_for_backup" : "false",
  "include_btrfs_home_for_restore" : "false",
  "stop_cron_emails" : "true",
  "btrfs_use_qgroup" : "true",
  "schedule_monthly" : "false",
  "schedule_weekly" : "false",
  "schedule_daily" : "false",
  "schedule_hourly" : "false",
  "schedule_boot" : "false",
  "count_monthly" : "2",
  "count_weekly" : "3",
  "count_daily" : "5",
  "count_hourly" : "6",
  "count_boot" : "5",
  "snapshot_size" : "5711986393",
  "snapshot_count" : "226379",
  "date_format" : "%Y-%m-%d %H:%M:%S",
  "exclude" : [
    "/home/magtuired/**"
  ],
  "exclude-apps" : [
  ]

To my knowledge, this what is constructed in step #6 of the tutorial, though mine would have been the unencrypted one posted by 2000 in another thread.

It could be that somehow in modifying #6 for the unencrypted setup I messed it up.