-
Notifications
You must be signed in to change notification settings - Fork 284
Default exclusions externalised to json config file #796
base: master
Are you sure you want to change the base?
Conversation
Please, merge this PR... |
Hi there, sorry I missed this - I've been really busy and haven't been checking my github. Yeah agree an exclude.list file would be better, have you implemented this? Regarding the build, I'm running Ubuntu 20.04 LTS and it was a bit of a mission to get it working; but I posted my full steps at https://unix.stackexchange.com/questions/587654/cannot-install-timeshift-on-kali/669729#669729. |
Hi, |
I can resolve the merge conflicts but don't have merge rights, I haven't heard from @teejee2008 |
@pnd001 Thank you very much for your answer! |
In my opinion this should not be merged. The default exclusion list is critical to ensure that the apps works as intended. Allowing the user to change the default exclude list will cause problems. |
Hi teejee2008, |
but we have some sort of protection - user need root or sudo to break external default exclusion list. |
Hi team,
I had an issue with some of the default exclusions overriding my user defined paths, specifically /data/; I couldn't change this because the default exclusions were hard coded.
I've moved them into the json config file now and it's working the way I expect. Let me know if you need more info.