mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-20 13:17:27 +00:00
Update changes for shell-style pattern support
This commit is contained in:
parent
a237c1fb53
commit
14934dab08
1 changed files with 5 additions and 3 deletions
|
@ -34,10 +34,12 @@ New features:
|
||||||
- borg extract: support patterns, #361
|
- borg extract: support patterns, #361
|
||||||
- support different styles for patterns:
|
- support different styles for patterns:
|
||||||
|
|
||||||
- fnmatch (fm: prefix, default when omitted), like borg <= 0.29.
|
- fnmatch (`fm:` prefix, default when omitted), like borg <= 0.29.
|
||||||
- path prefix (pp: prefix, for unifying borg create pp1 pp2 into the
|
- shell (`sh:` prefix) with `*` not matching directory separators and
|
||||||
|
`**/` matching 0..n directories
|
||||||
|
- path prefix (`pp:` prefix, for unifying borg create pp1 pp2 into the
|
||||||
patterns system), semantics like in borg <= 0.29
|
patterns system), semantics like in borg <= 0.29
|
||||||
- regular expression (re:), new!
|
- regular expression (`re:`), new!
|
||||||
- --progress option for borg upgrade (#291) and borg delete <archive>
|
- --progress option for borg upgrade (#291) and borg delete <archive>
|
||||||
- update progress indication more often (e.g. within big files), #500
|
- update progress indication more often (e.g. within big files), #500
|
||||||
- finer chunker granularity for items metadata stream, #547, #487
|
- finer chunker granularity for items metadata stream, #547, #487
|
||||||
|
|
Loading…
Reference in a new issue