Skip to content

Commit 7921f5d

Browse files
2.0.0b6 updates
1 parent af3844b commit 7921f5d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

releases/borg-2.0.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ and GUIs for borg also need to get adapted.
3939
Major new features
4040
~~~~~~~~~~~~~~~~~~
4141

42-
- added retries for input files (e.g. if there is a read error or file changed while reading)
42+
- create: added retries for input files (e.g. if there is a read error or file changed while reading)
43+
- extract --continue: continue a previously interrupted extraction
44+
- additionally to ssh: repos, also implement repos via unix domain (ipc) socket
4345

4446
- better, more modern, faster crypto
4547

@@ -70,11 +72,12 @@ Major new features
7072
- borg rcreate can create "related repositories" of an existing repo, e.g. to use them
7173
for efficient archive transfers using borg transfer.
7274
- borg transfer can copy and convert archives from a borg 1.x repo to a related borg 2 repo.
73-
to save time, it will transfer the compressed file content chunks (without compressing them
74-
again).
75+
to save time, it will transfer the compressed file content chunks without recompressing.
7576
but, to make your repo more secure, it will decrypt / re-encrypt all the chunks.
7677
- borg transfer can copy archives from one borg 2 repo to a related other borg 2 repo,
7778
without doing any conversion.
79+
- borg transfer usually transfers compressed chunks (avoids recompression), but there is
80+
also the option to recompress them using a specific compressor.
7881

7982
- command line interface cleanups
8083

@@ -110,6 +113,7 @@ Other changes
110113
- do not store .borg_part files in final archive, simplify statistics (no parts stats any more)
111114
- avoid orphan chunks on input files with OSErrors
112115
- make sure archive name/comment, stuff that get into JSON is pure valid utf-8 (no surrogate escapes)
116+
- new remote and progress logging (tunneled through RPC result channel)
113117
- internal data format / processing changes
114118

115119
- using msgpack spec 2.0 now, cleanly differentiating between text and binary bytes.

0 commit comments

Comments
 (0)