Skip to content

Commit 91688ce

Browse files
updates for 2.0.0b3
1 parent 7d788f7 commit 91688ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

releases/borg-2.0.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Major new features
5555

5656
- repos are faster, safer and easier to deal with
5757

58+
- borg rcompress can do a repo-wide efficient recompression.
5859
- the new PUT2 data format uses much less crc32 and more xxh64 and offers
5960
a header-only checksum (PUT1 only offered one checksum for header+data).
6061
that way, we can safely read header infos without having to also read all the data.
@@ -89,6 +90,7 @@ Major new features
8990
- added commands / options:
9091

9192
- you will usually need to give either -r (aka --repo) or BORG_REPO env var.
93+
- --match-archives now has support for regex or glob/shell style matching
9294
- borg key change-location: usable for repokey <-> keyfile location change
9395
- borg benchmark cpu (so you can actually see what's fastest for your CPU)
9496
- borg import/export-tar --tar-format=GNU/PAX/BORG, support ctime/atime PAX headers.
@@ -116,7 +118,7 @@ Other changes
116118
ugly and spread all over the code. the new way simplified the code a lot.
117119
- item metadata: clean up, remove, rename, fix, precompute stuff
118120
- chunks have separate encrypted metadata (size, csize, ctype, clevel).
119-
this saves time for borg recreate when recompressing to same compressor, but other level.
121+
this saves time for borg rcompress/recreate when recompressing to same compressor, but other level.
120122
this also makes it possible to query size or csize without reading/transmitting/decompressing
121123
the chunk.
122124
- remove legacy zlib compression header hack, so zlib works like all the other compressors.

0 commit comments

Comments
 (0)