Skip to content

Commit 327e40a

Browse files
2.0.0b8 and b9 updates
1 parent f1c0eb1 commit 327e40a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

releases/borg-2.0.rst

+11-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Borg 2.0 (preliminary infos)
77
Changelog summary
88
-----------------
99

10-
This is only a summary of the changes between 1.2 and 2.0.
10+
This is only a summary of the changes between 1.2/1.4 and 2.0.
1111
Check the `full changelog <https://borgbackup.readthedocs.io/en/master/changes.html>`_
1212
to see all changes as well as important compatibility and upgrade notes.
1313

@@ -87,6 +87,8 @@ Major new features
8787
- split some commands that worked on archives and repos into 2 separate commands
8888
(makes the code/docs/help easier)
8989
- renamed borg init to borg rcreate for better consistency
90+
- BORG_EXIT_CODES=modern is the default now to get more specific process exit codes
91+
9092

9193
- added commands / options:
9294

@@ -97,16 +99,24 @@ Major new features
9799
- borg import/export-tar --tar-format=GNU/PAX/BORG, support ctime/atime PAX headers.
98100
GNU and PAX are standard formats, while BORG is a very low-level custom format only
99101
for borg usage.
102+
- borg create: add the "slashdot hack" to strip path prefixes in created archives
103+
- borg version: show local/remote borg version
100104

101105
- removed commands / options:
102106

103107
- removed -P (aka --prefix) option, use -a (aka --match-archives) instead, e.g.: -a 'PREFIX*'
104108
- borg upgrade (was only relevant for attic / old borg)
105109
- removed deprecated cli options
110+
- remove recreate --recompress option, the repo-wide "rcompress" is more efficient.
106111

107112
Other changes
108113
~~~~~~~~~~~~~
109114

115+
- BORG_CACHE_IMPL defaults to "adhocwithfiles" now, not using a persistent chunks cache anymore
116+
- improve acl_get / acl_set error handling, refactor acl code
117+
- crypto: use a one-step kdf for session keys
118+
- replace TAMs by typed repo objects
119+
- use less setup.py, use pip, build and make.py
110120
- using platformdirs python package to determine locations for configs and caches
111121
- show files / archives with local timezone offsets, store archive timestamps with tz offset
112122
- make user/group/uid/gid optional in archived files

0 commit comments

Comments
 (0)