@@ -55,6 +55,7 @@ Major new features
55
55
56
56
- repos are faster, safer and easier to deal with
57
57
58
+ - borg rcompress can do a repo-wide efficient recompression.
58
59
- the new PUT2 data format uses much less crc32 and more xxh64 and offers
59
60
a header-only checksum (PUT1 only offered one checksum for header+data).
60
61
that way, we can safely read header infos without having to also read all the data.
@@ -89,6 +90,7 @@ Major new features
89
90
- added commands / options:
90
91
91
92
- 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
92
94
- borg key change-location: usable for repokey <-> keyfile location change
93
95
- borg benchmark cpu (so you can actually see what's fastest for your CPU)
94
96
- borg import/export-tar --tar-format=GNU/PAX/BORG, support ctime/atime PAX headers.
@@ -116,7 +118,7 @@ Other changes
116
118
ugly and spread all over the code. the new way simplified the code a lot.
117
119
- item metadata: clean up, remove, rename, fix, precompute stuff
118
120
- 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.
120
122
this also makes it possible to query size or csize without reading/transmitting/decompressing
121
123
the chunk.
122
124
- remove legacy zlib compression header hack, so zlib works like all the other compressors.
0 commit comments