Scenario: you’re setting up exclusion masks for a backup, and you want to exclude certain folders
Use a mask looking like:
*\foldername\
For example, to exclude C:\Users\username\Music
, you would use this mask:
C:\Users\username\Music\
Putting the wildcard character (asterisk *
) in the path will exclude multiple folders matching the mask:
*\Music\
would exclude all folders named Music anywhere in the system.
Backup & Recovery, Hard Disk Manager™ for Windows
Tags: backup, howto