mirror of
https://github.com/restic/restic.git
synced 2026-05-25 19:45:23 +00:00
b1dbc6f062
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.