1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-11 14:48:22 +00:00
borg/docs/usage
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
..
general remove LocalCache 2024-09-07 22:00:31 +02:00
benchmark.rst
benchmark_cpu.rst.inc
benchmark_crud.rst.inc
borgfs.rst
borgfs.rst.inc
break-lock.rst.inc
change-passphrase.rst.inc
check.rst
check.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
common-options.rst.inc build_usage 2023-06-11 23:09:20 +02:00
compact.rst
compact.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
config.rst
config.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
create.rst create: add the slashdot hack, fixes #4685 2024-02-20 04:08:09 +01:00
create.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
debug.rst
delete.rst docs: fix borg delete examples, fixes #7759 2023-08-26 14:51:27 +02:00
delete.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
diff.rst
diff.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
export-tar.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
extract.rst
extract.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
general.rst
help.rst
help.rst.inc build_usage / build_man 2023-09-14 15:52:08 +02:00
import-tar.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
info.rst
info.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
key.rst key export: move examples to docs 2024-07-19 19:44:38 +02:00
key_change-location.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
key_change-passphrase.rst.inc
key_export.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
key_import.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
list.rst list: fix --pattern examples, fixes #7611 2023-06-29 23:04:21 +02:00
list.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
lock.rst
mount.rst docs: do not refer to setup.py installation method 2024-02-09 17:37:40 +01:00
mount.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
notes.rst docs: minor fixes/update to notes 2023-07-04 23:36:41 +02:00
prune.rst
prune.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
rcompress.rst
rcompress.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
rcreate.rst
rcreate.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
rdelete.rst
rdelete.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
recreate.rst
recreate.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
rename.rst
rename.rst.inc
rinfo.rst
rinfo.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
rlist.rst
rlist.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
serve.rst
serve.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
tar.rst
transfer.rst
transfer.rst.inc build_usage / build_man 2024-07-19 20:40:15 +02:00
umount.rst.inc
usage_general.rst.inc
version.rst scripts/gendocs.py: make it work 2024-02-09 17:37:38 +01:00
version.rst.inc scripts/gendocs.py: make it work 2024-02-09 17:37:38 +01:00
with-lock.rst.inc build_usage 2024-02-20 17:11:43 +01:00