Browse Source

update 1.1 beta CHANGES

Marian Beermann 8 năm trước cách đây
mục cha
commit
9147c7038b
2 tập tin đã thay đổi với 9 bổ sung9 xóa
  1. 7 9
      docs/changes.rst
  2. 2 0
      docs/faq.rst

+ 7 - 9
docs/changes.rst

@@ -135,20 +135,15 @@ Version 1.1.0b3 (not released yet)
 
 
 Bug fixes:
 Bug fixes:
 
 
-- borg recreate:
-
-  - fix rechunking dropping all chunks on the floor
-  - fix crash on checkpoint
-  - don't rechunkify unless explicitly told so
-  - repo-only location: fix only one archive being processed
-- borg info:fixed bug when called without arguments, #1914
+- borg recreate: don't rechunkify unless explicitly told so
+- borg info: fixed bug when called without arguments, #1914
 - borg init: fix free space check crashing if disk is full, #1821
 - borg init: fix free space check crashing if disk is full, #1821
 - borg debug delete/get obj: fix wrong reference to exception
 - borg debug delete/get obj: fix wrong reference to exception
 
 
 New features:
 New features:
 
 
-- add blake2b key modes (use blake2b as MAC)
-- crypto: link against system libb2, if possible, otherwise use bundled code
+- add blake2b key modes (use blake2b as MAC). This links against system libb2,
+  if possible, otherwise uses bundled code
 - automatically remove stale locks - set BORG_HOSTNAME_IS_UNIQUE env var
 - automatically remove stale locks - set BORG_HOSTNAME_IS_UNIQUE env var
   to enable stale lock killing. If set, stale locks in both cache and
   to enable stale lock killing. If set, stale locks in both cache and
   repository are deleted. #562
   repository are deleted. #562
@@ -172,6 +167,9 @@ Other changes:
   - re-use existing checkpoint functionality
   - re-use existing checkpoint functionality
   - archiver tests: add check_cache tool - lints refcounts
   - archiver tests: add check_cache tool - lints refcounts
 
 
+- fixed cache sync performance regression from 1.1.0b1 onwards, #1940
+- syncing the cache without chunks.archive.d (see :ref:`disable_archive_chunks`)
+  now avoids any merges and is thus faster, #1940
 - borg check --verify-data: faster due to linear on-disk-order scan
 - borg check --verify-data: faster due to linear on-disk-order scan
 - borg debug-xxx commands removed, we use "debug xxx" subcommands now, #1627
 - borg debug-xxx commands removed, we use "debug xxx" subcommands now, #1627
 - improve metadata handling speed
 - improve metadata handling speed

+ 2 - 0
docs/faq.rst

@@ -237,6 +237,8 @@ serialized way in a single script, you need to give them --lock-wait N (with N
 being a bit more than the time the server needs to terminate broken down
 being a bit more than the time the server needs to terminate broken down
 connections and release the lock).
 connections and release the lock).
 
 
+.. _disable_archive_chunks:
+
 The borg cache eats way too much disk space, what can I do?
 The borg cache eats way too much disk space, what can I do?
 -----------------------------------------------------------
 -----------------------------------------------------------