Conversion of DOS pathnames for fixed and remote drives
The backup-archive client converts DOS path names that are mapped to remote share points.
For example, a remote share point that is mapped from r:\test\...\exclude.out to \\remote\share\test\...\exclude.out is
converted. Remote share points that are not mapped are not converted.
Files on removable media are not converted.
Character-class matching examples
Examples of valid matches using character class.
\\remote[a-z]\share\file.txt
matches \\remotea\share\file.txt
\\remote\share[a-z]\file.txt
matches \\remote\sharex\file.txt
\\remote\share\file[a-z].txt
matches \\remote\share\fileg.txt