1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-10 22:24:13 +00:00
borg/docs
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
..
3rd_party
_static
_templates
binaries add docs/binaries/00_README.txt 2024-07-19 14:43:30 +02:00
borg_theme/css recreate: remove experimental status 2024-05-29 16:42:58 +02:00
deployment docs: align /etc/backups path in all references 2024-08-01 15:31:38 +02:00
internals remove LocalCache 2024-09-07 22:00:31 +02:00
man build_usage / build_man 2024-07-19 20:40:15 +02:00
misc
usage remove LocalCache 2024-09-07 22:00:31 +02:00
authors.rst
book.rst
changes.rst update CHANGES 2024-07-19 20:39:32 +02:00
changes_0.x.rst
changes_1.x.rst remove LocalCache 2024-09-07 22:00:31 +02:00
conf.py
deployment.rst add non-root deployment strategy 2024-02-24 21:17:01 +01:00
development.rst scripts: update docs about make.py 2024-02-09 17:37:44 +01:00
faq.rst remove LocalCache 2024-09-07 22:00:31 +02:00
global.rst.inc github CI: misc updates 2024-03-15 18:19:15 +01:00
index.rst
installation.rst Update installation.rst 2024-06-07 03:40:17 +02:00
internals.rst
introduction.rst
Makefile
man_intro.rst
quickstart.rst
quickstart_example.rst.inc
support.rst
usage.rst
usage_general.rst.inc