нужно отредактировать файл /etc/timeshift/timeshift.json
пример:
/etc/timeshift/timeshift.json
{
"backup_device_uuid" : "1e3c32f2-1105-4142-bc4c-346356cc1315",
"parent_device_uuid" : "",
"do_first_run" : "false",
"btrfs_mode" : "true",
"include_btrfs_home_for_backup" : "true",
"include_btrfs_home_for_restore" : "false",
"stop_cron_emails" : "true",
"schedule_monthly" : "false",
"schedule_weekly" : "false",
"schedule_daily" : "true",
"schedule_hourly" : "false",
"schedule_boot" : "true",
"count_monthly" : "1",
"count_weekly" : "2",
"count_daily" : "3",
"count_hourly" : "5",
"count_boot" : "3",
"snapshot_size" : "0",
"snapshot_count" : "0",
"date_format" : "%Y-%m-%d %H:%M:%S",
"exclude" : [
"/var/lib/libvirt/**",
"+ /home/deny/**",
"+ /root/**"
],
"exclude-apps" : []
}