File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ Major new features
64
64
65
65
- new repository and locking implementation based on borgstore project
66
66
67
- - borgstore is a key/value store in python, currently supporting file:, sftp:
68
- and rclone : backends.
67
+ - borgstore is a key/value store in python, currently supporting file:, sftp:,
68
+ rclone: and s3:/b2 : backends.
69
69
borgstore backends are easy to implement, so there might be even more in
70
70
future.
71
71
- borg uses these to implement file: and ssh: repos and (new) sftp: and
@@ -231,6 +231,8 @@ Other changes
231
231
of other (re)compression related features.
232
232
- massively increase the archive metadata stream size limitation (so it is
233
233
practically not relevant any more)
234
+ - dynamic handling of missing (or reappearing) chunks replaces the borg 1.x
235
+ "chunks_healthy" metadata approach.
234
236
235
237
- source code changes
236
238
You can’t perform that action at this time.
0 commit comments