1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-21 23:33:07 +00:00

Merge pull request #8545 from ThomasWaldmann/update-changes

update CHANGES
This commit is contained in:
TW 2024-11-16 18:08:41 +01:00 committed by GitHub
commit b65cfeff51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -134,7 +134,7 @@ Compatibility notes:
Change Log 2.x
==============
Version 2.0.0b13 (2024-10-31)
Version 2.0.0b14 (2024-11-xx)
-----------------------------
Please note:
@ -146,6 +146,44 @@ above.
New features:
- delete: now only soft-deletes archives (same for prune)
- repo-list: --deleted lists deleted archives
- undelete: undelete soft-deleted archives, #8500
Fixes:
- chunks index cache:
- enable partial/incremental updates (F_NEW flag).
- write chunks index every 10mins, #8503.
this makes sure progress is not totally lost when a backup is interrupted.
- write to repo/cache/chunks.<HASH> to enable parallel updates.
- mount: fix check_pending_archive to give correct root dir, #8528
Other changes:
- repo-compress: reduce memory consumption (F_COMPRESS flag)
- files cache: reduce memory consumption, #5756
- check: rename --undelete-archives to --find-lost-archives
- check: rebuild_archives_directory: accelerate by only reading metadata
- shell completions: adapt zsh for borg 2.0.0b13 - needs more work!
- chunk index: rename .refcount to .flags, use it for user and system flags.
- vagrant:
- add bookworm32 box for 32bit platform testing
- fix pythons on freebsd14
- simplify openindiana box setup
- docs:
- remove --bypass-lock, small changes regarding compression
- FAQ: clean up entries regarding SSH settings
Version 2.0.0b13 (2024-10-31)
-----------------------------
New features:
- implement special tags, @PROT tag for protecting archives, #953.
borg won't delete/prune/recreate protected archives.