summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-11-05shadow index: add more commentsThomas Waldmann
2023-11-03Merge pull request #7896 from ThomasWaldmann/fix-shadow-index-1.2TW
2023-10-29check --repair: recreate shadow index, see #6687Thomas Waldmann
2023-10-29check --repair: test if shadow index is recreatedThomas Waldmann
2023-10-28shadow index updates: simplify and more commentsThomas Waldmann
2023-10-28update shadow index when doing a double-put, fixes #5661Thomas Waldmann
2023-10-28test the shadowing-by-double-put behaviour, see #5661Thomas Waldmann
2023-10-27Merge pull request #7891 from ThomasWaldmann/sort-by-aliases-1.2TW
2023-10-27--sort-by: support "archive" as alias of "name", fixes #7873Thomas Waldmann
2023-10-27docs: OS X -> macOSThomas Waldmann
2023-10-25fix rc and msg if arg parsing throws an exception, fixes #7885Thomas Waldmann
2023-10-25fix invalid pattern argument error msgThomas Waldmann
2023-10-14Clarify borg prune -a option description (#7871)Johannes Lade
2023-10-09replace "datetime.utcfromtimestamp" with custom helper to avoid deprecation w...Felix Schwarz
2023-09-28allow msgpack 1.0.7Thomas Waldmann
2023-09-25Merge pull request #7839 from ThomasWaldmann/traceback-for-tam-exceptions-1.2TW
2023-09-25avoid tarfile deprecation warning for py312Thomas Waldmann
2023-09-25allow msgpack 1.0.6Thomas Waldmann
2023-09-25activate tracebacks for TAM exceptionsThomas Waldmann
2023-09-01check: improve logging for TAM issues, fixes #7797Thomas Waldmann
2023-08-31implement BORG_WORKAROUNDS=ignore_invalid_archive_tam, see #7791Thomas Waldmann
2023-08-30add tests for archive TAMs, upgradeThomas Waldmann
2023-08-30rebuild_refcounts: keep archive ID, if possibleThomas Waldmann
2023-08-30TAM msgs: be more specific: archives vs. manifestThomas Waldmann
2023-08-30upgrade: allow enable/disable manifest TAM for unencrypted reposThomas Waldmann
2023-08-30upgrade --archives-tam: make sure all archives are TAM authenticatedThomas Waldmann
2023-08-30list: support {tam} placeholder. check archive TAM.Thomas Waldmann
2023-08-30cache sync: check archive TAMThomas Waldmann
2023-08-30check: rebuild_refcounts verify and recreate TAMThomas Waldmann
2023-08-29check: rebuild_manifest must verify archive TAMThomas Waldmann
2023-07-29remove unused "flags_root" open flagsThomas Waldmann
2023-07-29create: do not try to read parent dir of recursion root, fixes #7746Thomas Waldmann
2023-07-29add a test for unreadable parent dir, see #7746Thomas Waldmann
2023-07-20bugfix: skip TAM check with BORG_WORKAROUNDS=authenticated_no_keyThomas Waldmann
2023-07-10Docs: Rewrite `borg check` docsDaniel Rudolf
2023-07-07Merge pull request #7702 from ThomasWaldmann/authenticated-no-key-1.2TW
2023-07-06add `utcnow()` helper function to avoid `datetime.utcnow()`Felix Schwarz
2023-07-03BORG_WORKAROUNDS=authenticated_no_key to extract from authenticated repos wit...Thomas Waldmann
2023-07-01Merge pull request #7691 from ThomasWaldmann/macfuse-volname-1.2TW
2023-07-01extract: fix false warning about pattern never matching, fixes #4110Thomas Waldmann
2023-06-30mount: make up volname if not given (macOS), fixes #7690Thomas Waldmann
2023-06-30diff: remove surrogates before output, fixes #7535Thomas Waldmann
2023-06-27RepositoryTestCaseBase: remove need for "with" after reopen()Thomas Waldmann
2023-06-27RepositoryTestCaseBase: call __exit__Thomas Waldmann
2023-06-27fix RepositoryTestCaseBase.reopen methodThomas Waldmann
2023-06-27Merge pull request #7680 from ThomasWaldmann/improve-key-sanity-check-1.2TW
2023-06-27Merge pull request #7682 from ThomasWaldmann/test-cosmetics-1.2TW
2023-06-27tests: avoid long ids in pytest outputThomas Waldmann
2023-06-27keyfile: improve key sanity check, fixes #7561Thomas Waldmann
2023-06-27--files-cache=size: fix crash, fixes #7658Thomas Waldmann