Skip to content

Commit c251eeb

Browse files
Merge pull request #98 from borgbackup/borg2-updates
b6 and b7 updates
2 parents af3844b + ae32b0a commit c251eeb

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

releases/borg-2.0.rst

Lines changed: 10 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.
@@ -156,3 +160,6 @@ Other changes
156160
- removed some code only needed to deal with very old attic or borg repos.
157161
users are expected to first upgrade to borg 1.2 before jumping to borg 2.0,
158162
thus we do not have to deal with any ancient stuff any more.
163+
- Manifest and archive TAMs now are always required.
164+
Manifest TAMs should be there since borg 1.0.9 upgrade.
165+
All archives should have TAMs since borg 1.2.5/1.2.6 upgrade.

0 commit comments

Comments
 (0)