1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-29 11:16:43 +00:00
borg/docs/usage/general
Thomas Waldmann d6a70f48f2
remove LocalCache
Note: this is the default cache implementation in borg 1.x,
it worked well, but there were some issues:

- if the local chunks cache got out of sync with the repository,
  it needed an expensive rebuild from the infos in all archives.
- to optimize that, a local chunks.archive.d cache was used to
  speed that up, but at the price of quite significant space needs.

AdhocCacheWithFiles replaced this with a non-persistent chunks cache,
requesting all chunkids from the repository to initialize a simplified
non-persistent chunks index, that does not do real refcounting and also
initially does not have size information for pre-existing chunks.

We want to move away from precise refcounting, LocalCache needs to die.
2024-09-07 22:00:31 +02:00
..
date-time.rst.inc Add TIMESPAN to doc 2024-07-30 23:49:50 +02:00
environment.rst.inc remove LocalCache 2024-09-07 22:00:31 +02:00
file-metadata.rst.inc docs: OS X -> macOS 2023-07-04 23:59:44 +02:00
file-systems.rst.inc docs: remove info about borg 1.0 files per dir 2023-07-04 23:32:36 +02:00
logging.rst.inc [DOCS] #4587 – Make Sphinx warnings break docs build 2020-03-16 19:22:59 +01:00
positional-arguments.rst.inc build_usage / build_man / doc updates 2022-06-25 21:58:19 +02:00
repository-locations.rst.inc build_usage / build_man / doc updates 2022-06-25 21:58:19 +02:00
repository-urls.rst.inc ssh:// URLs: remove support for /~otheruser/, see #6855 2022-07-15 16:02:45 +02:00
resources.rst.inc Docs grammar fixes. 2022-12-29 00:01:48 +00:00
return-codes.rst.inc update "modern" error RCs (docs and code) 2024-02-13 22:58:02 +01:00
units.rst.inc [DOCS] #4587 – Make Sphinx warnings break docs build 2020-03-16 19:22:59 +01:00