mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-11 14:48:22 +00:00
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. |
||
---|---|---|
.. | ||
general | ||
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 | ||
common-options.rst.inc | ||
compact.rst | ||
compact.rst.inc | ||
config.rst | ||
config.rst.inc | ||
create.rst | ||
create.rst.inc | ||
debug.rst | ||
delete.rst | ||
delete.rst.inc | ||
diff.rst | ||
diff.rst.inc | ||
export-tar.rst.inc | ||
extract.rst | ||
extract.rst.inc | ||
general.rst | ||
help.rst | ||
help.rst.inc | ||
import-tar.rst.inc | ||
info.rst | ||
info.rst.inc | ||
key.rst | ||
key_change-location.rst.inc | ||
key_change-passphrase.rst.inc | ||
key_export.rst.inc | ||
key_import.rst.inc | ||
list.rst | ||
list.rst.inc | ||
lock.rst | ||
mount.rst | ||
mount.rst.inc | ||
notes.rst | ||
prune.rst | ||
prune.rst.inc | ||
rcompress.rst | ||
rcompress.rst.inc | ||
rcreate.rst | ||
rcreate.rst.inc | ||
rdelete.rst | ||
rdelete.rst.inc | ||
recreate.rst | ||
recreate.rst.inc | ||
rename.rst | ||
rename.rst.inc | ||
rinfo.rst | ||
rinfo.rst.inc | ||
rlist.rst | ||
rlist.rst.inc | ||
serve.rst | ||
serve.rst.inc | ||
tar.rst | ||
transfer.rst | ||
transfer.rst.inc | ||
umount.rst.inc | ||
usage_general.rst.inc | ||
version.rst | ||
version.rst.inc | ||
with-lock.rst.inc |