mirror of
https://github.com/restic/restic.git
synced 2026-02-24 01:36:24 +00:00
This just matches the passed pattern against the full source path with filepath.Match which, in contrast go filepath.Glob, doesn't match the directory separator with '*' and is not terribly useful that way. Someone should replace that by a more sophisticated matcher.