You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to exclude some cache folders from the backups.
In particular, I want to exclude all folders named cache or Cache located in /home/user/var:
/home/user/.var/**/cache
/home/user/.var/**/Cache
The problem is that I can add either of these patterns, but not both at the same time. It seems that the list of exclude patterns is case insensitive, and considers patterns which different letter case as duplicates.
This does not affect the actual backups. If I exclude, /home/user/.var/**/Cache, then cache is going to be copied anyway.
Describe the problem, feature or ask a question:
I am trying to exclude some cache folders from the backups.
In particular, I want to exclude all folders named
cache
orCache
located in/home/user/var
:The problem is that I can add either of these patterns, but not both at the same time. It seems that the list of exclude patterns is case insensitive, and considers patterns which different letter case as duplicates.
This does not affect the actual backups. If I exclude,
/home/user/.var/**/Cache
, thencache
is going to be copied anyway.backintime --diagnostics
The text was updated successfully, but these errors were encountered: