stepping-stone / sepiola

Sepiola - Online Backup Client
http://www.sepiola.org/
GNU General Public License v2.0
5 stars 2 forks source link

Mapper behaviour #100

Closed ghost closed 7 years ago

ghost commented 7 years ago

Yes, you are right. We should use "startsWith('+') "

ghost commented 7 years ago

We still have a problem with System folders like "System Volume Information" or "$RECYCLE.BIN" The current solution excludes this folders by adding an exclude rule: filters << convertRuleToByteArray( "**",false ); but this is a bug! Could i bee a solution the exclude the system folders by default like : filters << convertRuleToByteArray( "System Volume Information/",false ); ?