Which folders and files do I need to exclude from TimeShift?
Also is there a way to also exclude programs installed as .deb ?
I doing this to reduce Backup size as I have limited storage.
100GB - Windows 11
400GB - Storage
400GB - Mint
100GB - TimeShift
You can make this work using ext and Timeshift rsync. I have also opted to exclude
/var/lib/flatpak/
because it’s quite large. With that, my 5 snapshots currently take up about 34 GB.However, I would recommend backing up your deb applications/packages (typically installed under
/usr
), as those can be critical for your system.Thank you for the suggestion.