mirror of
https://github.com/restic/restic.git
synced 2026-06-10 10:59:43 +00:00
Add filter implementation for files
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// Package filter implements filters for files similar to filepath.Glob, but
|
||||
// in contrast to filepath.Glob a pattern may specify directories.
|
||||
//
|
||||
// For a list of valid patterns please see the documentation on filepath.Glob.
|
||||
package filter
|
||||
Reference in New Issue
Block a user