Commit Graph

6 Commits

Author SHA1 Message Date
klauspost 21ab5a488d Allow filter patterns/paths to be both '/' and os.PathSeparator
This converts filepath.Separator to '/', if it isn't already.
This allows both native paths and patterns, as well as a mix of them.
Added tests.
2015-08-17 11:48:24 +02:00
Alexander Neumann 7fd52f9f57 Add exclude filter to archiver and 'backup' command 2015-07-20 19:21:01 +02:00
Alexander Neumann 0d8bad273d Remove combined include/exclude filters 2015-07-20 19:21:01 +02:00
Alexander Neumann b425ea19e5 filter: fix bug, copy slice with new pattern 2015-07-20 19:21:01 +02:00
Alexander Neumann e9285539be filter: implement handling `**` 2015-07-20 19:21:01 +02:00
Alexander Neumann bbdb2ebfa0 Add filter implementation for files 2015-07-20 19:21:01 +02:00