custom exclude list

Asked by zanerv

Hey
Is is possible to create a custom include exclude list from CLI?
If so what`s the correct path for it?

Question information

Language:
English Edit question
Status:
Solved
For:
TimeShift Edit question
Assignee:
No assignee Edit question
Solved by:
zanerv
Solved:
Last query:
Last reply:
Revision history for this message
zanerv (zanerv) said :
#1

I figure it out, i had to install a gui for it but here it is:
cat /etc/timeshift.json
{
  "backup_device_uuid" : "38f78462-7286-4a51-8946-5e0c4c59d4e3",
  "is_scheduled" : "true",
  "schedule_monthly" : "true",
  "schedule_weekly" : "true",
  "schedule_daily" : "true",
  "schedule_hourly" : "true",
  "schedule_boot" : "true",
  "count_monthly" : "2",
  "count_weekly" : "3",
  "count_daily" : "5",
  "count_hourly" : "6",
  "count_boot" : "5",
  "max_days" : "200",
  "min_space" : "2048",
  "exclude" : [
    "+ /home/***",
     "+ /root/Desktop",
    "+ /media/***"
  ]
}