1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-07 23:18:43 +00:00

update CHANGES

This commit is contained in:
Thomas Waldmann 2022-08-14 00:08:51 +02:00
parent 34a67d2872
commit e078337c7c

View file

@ -12,9 +12,8 @@ This section provides information about security and corruption issues.
Change Log 2.x Change Log 2.x
============== ==============
Version 2.0.0b1 (2022-08-08) Version 2.0.0b2 (2022-xx-xx)
---------------------------- ----------------------------
Please note: Please note:
This is a beta release, only for testing - do not use for production repos. This is a beta release, only for testing - do not use for production repos.
@ -73,6 +72,8 @@ Compatibility notes:
- borg mount -a ARCH_GLOB mountpoint ... - borg mount -a ARCH_GLOB mountpoint ...
For more details, please consult the docs or --help option output. For more details, please consult the docs or --help option output.
- create/recreate/import-tar --timestamp: defaults to local timezone
now (was: UTC)
- some deprecated options were removed: - some deprecated options were removed:
- removed --remote-ratelimit (use --upload-ratelimit) - removed --remote-ratelimit (use --upload-ratelimit)
@ -82,6 +83,21 @@ Compatibility notes:
New features: New features:
- support archive timestamps with utc offsets, adapt them when using
borg transfer to transfer from borg 1.x repos (append +00:00 for UTC).
- create/recreate/import-tar --timestamp: accept giving timezone via
its utc offset. defaults to local timezone, if no utc offset is given.
Other changes:
- restructured source code
- update diagrams to odg format, #6928
Version 2.0.0b1 (2022-08-08)
----------------------------
New features:
- massively increase archive metadata stream size limit, #1473. - massively increase archive metadata stream size limit, #1473.
currently rather testing the code, scalability will improve later, see #6945. currently rather testing the code, scalability will improve later, see #6945.
- rcreate --copy-crypt-key: copy crypt_key from key of other repo, #6710. - rcreate --copy-crypt-key: copy crypt_key from key of other repo, #6710.