File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ Major new features
116
116
borg 2 repo, without doing any conversion.
117
117
- borg transfer usually transfers compressed chunks (avoids recompression),
118
118
but there is also the option to recompress them using a specific
119
- compressor.
119
+ compressor or re-chunk them with other chunker params .
120
120
121
121
- better, more modern, faster crypto
122
122
@@ -181,10 +181,9 @@ Major new features
181
181
- remove recreate --recompress option, the repo-wide "repo-compress" is
182
182
more efficient.
183
183
- remove borg config command (it only worked locally anyway)
184
- - repository storage quota limit (might come back if we find a more useful
185
- implementation)
186
- - repository append-only mode (might come back later, likely implemented
187
- very differently)
184
+ - repository storage quota limit
185
+ - repository append-only mode (was replaced by borgstore posixfs backend
186
+ permissions [all, read-only, write-only, no-delete])
188
187
189
188
Other changes
190
189
~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments