Hello,
I am unable to set my Timeshift CLI on Debian to back up my "/home" directory. I tried to do it via modifying "/etc/timeshift/timeshift.json" config file, but with no success.
I tried to add:
"include_home" : "true",
"include_hidden" : "true",
"include" : [
"/home/**"
]
I have...