1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-01 12:45:34 +00:00
borg/src/borg
Thomas Waldmann fc6d459875
cache: replace .stats() by a dummy
Dummy returns all-zero stats from that call.

Problem was that these values can't be computed from the chunks cache
anymore. No correct refcounts, often no size information.

Also removed hashindex.ChunkIndex.summarize (previously used by the above mentioned
.stats() call) and .stats_against (unused) for same reason.
2024-09-07 22:00:35 +02:00
..
archiver remove LocalCache 2024-09-07 22:00:31 +02:00
crypto manifest: store archives separately one-by-one into archives/* 2024-09-07 22:00:21 +02:00
helpers remove LocalCache 2024-09-07 22:00:31 +02:00
platform Linux: refactor acl_get 2024-04-02 01:38:31 +02:00
testsuite cache: replace .stats() by a dummy 2024-09-07 22:00:35 +02:00
__init__.py
__main__.py use absolute import to make pyinstaller binaries work again 2022-10-02 01:33:57 +02:00
_chunker.c include unistd.h in _chunker.c 2023-11-05 11:48:16 +01:00
_endian.h
_hashindex.c _hashindex.c: fix comment 2023-02-12 08:24:27 -05:00
_item.c
archive.py archive.calc_stats: remove unique size computation 2024-09-07 22:00:32 +02:00
cache.py cache: replace .stats() by a dummy 2024-09-07 22:00:35 +02:00
checksums.pyi
checksums.pyx
chunker.pyi implement "fail" chunker for testing purposes 2023-02-13 17:15:45 +01:00
chunker.pyx implement "fail" chunker for testing purposes 2023-02-13 17:15:45 +01:00
compress.pyi *.pyi: fix types, add missing attrs 2023-01-30 15:54:48 +01:00
compress.pyx zlib legacy decompress: call check_fix_size method 2023-10-24 19:45:21 +02:00
constants.py update "modern" error RCs (docs and code) 2024-02-13 22:58:02 +01:00
fuse.py Repository3 / RemoteRepository3: implement a borgstore based repository 2024-08-23 23:55:09 +02:00
fuse_impl.py simplify flake8 configuration 2023-07-25 23:56:31 +02:00
hashindex.pyi remove --consider-part-files, related stats code, update docs 2023-02-01 13:04:18 +01:00
hashindex.pyx cache: replace .stats() by a dummy 2024-09-07 22:00:35 +02:00
item.pyi replace flake8 by ruff 2023-09-04 22:15:42 +02:00
item.pyx always implicitly require manifest TAMs 2023-09-03 22:01:46 +02:00
locking.py update "modern" error RCs (docs and code) 2024-02-13 22:58:02 +01:00
locking3.py locking3: store-based repo locking 2024-09-07 22:00:20 +02:00
logger.py borg.logger: use same method params as python logging 2024-01-15 21:40:27 +01:00
manifest.py manifest: store archives separately one-by-one into archives/* 2024-09-07 22:00:21 +02:00
paperkey.html
patterns.py fix invalid pattern argument error msg 2023-11-05 17:54:07 +01:00
platformflags.py ignore testsuite test for slow msgpack on cygwin 2022-11-22 18:16:12 +01:00
remote.py manifest: store archives separately one-by-one into archives/* 2024-09-07 22:00:21 +02:00
remote3.py repository3/manifest: tests reenabled, fixes 2024-09-07 22:00:23 +02:00
repoobj.py implement Repository3.check 2024-08-23 23:55:12 +02:00
repository.py manifest: store archives separately one-by-one into archives/* 2024-09-07 22:00:21 +02:00
repository3.py manifest: store archives separately one-by-one into archives/* 2024-09-07 22:00:21 +02:00
selftest.py cache: replace .stats() by a dummy 2024-09-07 22:00:35 +02:00
upgrade.py always give id and size to chunk_incref/chunk_decref 2024-07-15 12:44:41 +02:00
version.py
xattr.py docs: OS X -> macOS 2023-07-04 23:59:44 +02:00