mirror of
https://github.com/restic/restic.git
synced 2026-07-10 09:15:09 +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.