restic/cmd
Sebastian Schmidt b1dbc6f062 Support for pattern in restore command
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.
2015-01-02 23:03:07 +01:00
..
dirdiff Fix integration tests 2014-11-16 12:05:54 +01:00
restic Support for pattern in restore command 2015-01-02 23:03:07 +01:00