borgbackup 2.0.0b12__tar.gz → 2.0.0b14__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (429) hide show
  1. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/CHANGES.rst +117 -3
  2. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/LICENSE +1 -1
  3. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/PKG-INFO +3 -2
  4. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/binaries/00_README.txt +5 -1
  5. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/changes.rst +117 -3
  6. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/conf.py +1 -1
  7. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/development.rst +2 -14
  8. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/faq.rst +14 -47
  9. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-analyze.1 +1 -1
  10. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-benchmark-cpu.1 +1 -1
  11. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-benchmark-crud.1 +1 -1
  12. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-benchmark.1 +1 -1
  13. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-break-lock.1 +1 -1
  14. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-check.1 +24 -15
  15. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-common.1 +1 -1
  16. borgbackup-2.0.0b14/docs/man/borg-compact.1 +94 -0
  17. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-compression.1 +3 -2
  18. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-create.1 +1 -1
  19. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-delete.1 +10 -3
  20. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-diff.1 +1 -1
  21. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-export-tar.1 +2 -1
  22. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-extract.1 +1 -1
  23. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-import-tar.1 +1 -1
  24. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-info.1 +1 -1
  25. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-key-change-location.1 +1 -1
  26. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-key-change-passphrase.1 +1 -1
  27. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-key-export.1 +1 -1
  28. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-key-import.1 +1 -1
  29. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-key.1 +1 -1
  30. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-list.1 +1 -1
  31. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-match-archives.1 +1 -1
  32. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-mount.1 +23 -7
  33. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-patterns.1 +1 -1
  34. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-placeholders.1 +1 -1
  35. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-prune.1 +27 -8
  36. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-recreate.1 +1 -1
  37. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-rename.1 +1 -1
  38. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-repo-compress.1 +1 -1
  39. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-repo-create.1 +5 -1
  40. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-repo-delete.1 +1 -1
  41. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-repo-info.1 +1 -1
  42. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-repo-list.1 +4 -1
  43. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-repo-space.1 +1 -1
  44. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-serve.1 +1 -1
  45. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-tag.1 +10 -1
  46. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-transfer.1 +1 -1
  47. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-umount.1 +1 -1
  48. borgbackup-2.0.0b14/docs/man/borg-undelete.1 +101 -0
  49. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-version.1 +1 -1
  50. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-with-lock.1 +1 -1
  51. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg.1 +10 -8
  52. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borgfs.1 +1 -1
  53. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/misc/asciinema/basic.json +1 -4
  54. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/misc/prune-example.txt +24 -0
  55. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/quickstart.rst +16 -21
  56. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/check.rst.inc +23 -14
  57. borgbackup-2.0.0b14/docs/usage/compact.rst.inc +68 -0
  58. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/delete.rst.inc +7 -3
  59. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/export-tar.rst.inc +1 -0
  60. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/general/repository-urls.rst.inc +7 -7
  61. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/general/return-codes.rst.inc +2 -0
  62. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/general.rst +0 -14
  63. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/help.rst.inc +2 -1
  64. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/mount.rst.inc +18 -6
  65. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/prune.rst.inc +23 -7
  66. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/repo-create.rst.inc +4 -0
  67. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/repo-list.rst.inc +3 -0
  68. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/serve.rst +2 -0
  69. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/tag.rst.inc +10 -1
  70. borgbackup-2.0.0b14/docs/usage/undelete.rst +1 -0
  71. borgbackup-2.0.0b14/docs/usage/undelete.rst.inc +96 -0
  72. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/pyproject.toml +7 -9
  73. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/requirements.d/development.txt +1 -1
  74. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/scripts/borg.exe.spec +2 -2
  75. borgbackup-2.0.0b14/scripts/msys2-install-deps +9 -0
  76. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/scripts/shell_completions/bash/borg +1 -1
  77. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/scripts/shell_completions/zsh/_borg +210 -260
  78. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/setup.py +3 -3
  79. borgbackup-2.0.0b14/src/borg/_version.py +1 -0
  80. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archive.py +54 -28
  81. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/__init__.py +3 -0
  82. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/_common.py +8 -1
  83. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/check_cmd.py +26 -19
  84. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/compact_cmd.py +44 -18
  85. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/delete_cmd.py +8 -3
  86. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/diff_cmd.py +42 -17
  87. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/help_cmd.py +2 -1
  88. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/mount_cmds.py +18 -6
  89. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/prune_cmd.py +104 -20
  90. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/recreate_cmd.py +3 -2
  91. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/repo_compress_cmd.py +17 -13
  92. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/repo_create_cmd.py +4 -0
  93. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/repo_list_cmd.py +2 -2
  94. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/tag_cmd.py +27 -2
  95. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/tar_cmds.py +9 -1
  96. borgbackup-2.0.0b14/src/borg/archiver/undelete_cmd.py +91 -0
  97. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/cache.py +199 -67
  98. {borgbackup-2.0.0b12/src/borg/testsuite → borgbackup-2.0.0b14/src/borg}/conftest.py +5 -7
  99. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/constants.py +7 -0
  100. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/crypto/low_level.c +5 -5
  101. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/fuse.py +15 -5
  102. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/hashindex.c +13868 -15096
  103. borgbackup-2.0.0b14/src/borg/hashindex.pyi +44 -0
  104. borgbackup-2.0.0b14/src/borg/hashindex.pyx +226 -0
  105. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/helpers/parseformat.py +46 -118
  106. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/legacyrepository.py +11 -15
  107. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/manifest.py +47 -18
  108. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/remote.py +15 -10
  109. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/repository.py +47 -10
  110. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/selftest.py +6 -13
  111. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/testsuite/archiver/__init__.py +7 -1
  112. borgbackup-2.0.0b12/src/borg/testsuite/archiver/check_cmd.py → borgbackup-2.0.0b14/src/borg/testsuite/archiver/check_cmd_test.py +13 -9
  113. borgbackup-2.0.0b12/src/borg/testsuite/archiver/checks.py → borgbackup-2.0.0b14/src/borg/testsuite/archiver/checks_test.py +0 -1
  114. borgbackup-2.0.0b12/src/borg/testsuite/archiver/debug_cmds.py → borgbackup-2.0.0b14/src/borg/testsuite/archiver/debug_cmds_test.py +1 -1
  115. borgbackup-2.0.0b12/src/borg/testsuite/archiver/delete_cmd.py → borgbackup-2.0.0b14/src/borg/testsuite/archiver/delete_cmd_test.py +16 -0
  116. borgbackup-2.0.0b12/src/borg/testsuite/archiver/diff_cmd.py → borgbackup-2.0.0b14/src/borg/testsuite/archiver/diff_cmd_test.py +31 -1
  117. borgbackup-2.0.0b12/src/borg/testsuite/archiver/key_cmds.py → borgbackup-2.0.0b14/src/borg/testsuite/archiver/key_cmds_test.py +2 -2
  118. borgbackup-2.0.0b12/src/borg/testsuite/archiver/mount_cmds.py → borgbackup-2.0.0b14/src/borg/testsuite/archiver/mount_cmds_test.py +19 -1
  119. borgbackup-2.0.0b12/src/borg/testsuite/archiver/prune_cmd.py → borgbackup-2.0.0b14/src/borg/testsuite/archiver/prune_cmd_test.py +87 -0
  120. borgbackup-2.0.0b12/src/borg/testsuite/archiver/recreate_cmd.py → borgbackup-2.0.0b14/src/borg/testsuite/archiver/recreate_cmd_test.py +15 -0
  121. borgbackup-2.0.0b12/src/borg/testsuite/archiver/repo_list_cmd.py → borgbackup-2.0.0b14/src/borg/testsuite/archiver/repo_list_cmd_test.py +20 -0
  122. borgbackup-2.0.0b12/src/borg/testsuite/archiver/tag_cmd.py → borgbackup-2.0.0b14/src/borg/testsuite/archiver/tag_cmd_test.py +31 -0
  123. borgbackup-2.0.0b12/src/borg/testsuite/archiver/tar_cmds.py → borgbackup-2.0.0b14/src/borg/testsuite/archiver/tar_cmds_test.py +22 -1
  124. borgbackup-2.0.0b12/src/borg/testsuite/archiver/transfer_cmd.py → borgbackup-2.0.0b14/src/borg/testsuite/archiver/transfer_cmd_test.py +1 -1
  125. borgbackup-2.0.0b14/src/borg/testsuite/archiver/undelete_cmd_test.py +67 -0
  126. borgbackup-2.0.0b12/src/borg/testsuite/benchmark.py → borgbackup-2.0.0b14/src/borg/testsuite/benchmark_test.py +1 -1
  127. borgbackup-2.0.0b12/src/borg/testsuite/cache.py → borgbackup-2.0.0b14/src/borg/testsuite/cache_test.py +2 -2
  128. borgbackup-2.0.0b12/src/borg/testsuite/chunker_pytest.py → borgbackup-2.0.0b14/src/borg/testsuite/chunker_pytest_test.py +1 -1
  129. borgbackup-2.0.0b12/src/borg/testsuite/chunker_slow.py → borgbackup-2.0.0b14/src/borg/testsuite/chunker_slow_test.py +1 -1
  130. borgbackup-2.0.0b14/src/borg/testsuite/hashindex_test.py +57 -0
  131. borgbackup-2.0.0b12/src/borg/testsuite/helpers.py → borgbackup-2.0.0b14/src/borg/testsuite/helpers_test.py +78 -96
  132. borgbackup-2.0.0b12/src/borg/testsuite/legacyrepository.py → borgbackup-2.0.0b14/src/borg/testsuite/legacyrepository_test.py +7 -57
  133. borgbackup-2.0.0b12/src/borg/testsuite/logger.py → borgbackup-2.0.0b14/src/borg/testsuite/logger_test.py +8 -6
  134. borgbackup-2.0.0b12/src/borg/testsuite/platform_darwin.py → borgbackup-2.0.0b14/src/borg/testsuite/platform_darwin_test.py +1 -1
  135. borgbackup-2.0.0b12/src/borg/testsuite/platform_freebsd.py → borgbackup-2.0.0b14/src/borg/testsuite/platform_freebsd_test.py +1 -1
  136. borgbackup-2.0.0b12/src/borg/testsuite/platform_linux.py → borgbackup-2.0.0b14/src/borg/testsuite/platform_linux_test.py +1 -1
  137. borgbackup-2.0.0b12/src/borg/testsuite/platform_posix.py → borgbackup-2.0.0b14/src/borg/testsuite/platform_posix_test.py +1 -1
  138. borgbackup-2.0.0b12/src/borg/testsuite/platform.py → borgbackup-2.0.0b14/src/borg/testsuite/platform_test.py +1 -1
  139. borgbackup-2.0.0b12/src/borg/testsuite/remote.py → borgbackup-2.0.0b14/src/borg/testsuite/remote_test.py +3 -3
  140. borgbackup-2.0.0b12/src/borg/testsuite/repository.py → borgbackup-2.0.0b14/src/borg/testsuite/repository_test.py +2 -2
  141. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borgbackup.egg-info/PKG-INFO +3 -2
  142. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borgbackup.egg-info/SOURCES.txt +72 -71
  143. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borgbackup.egg-info/requires.txt +2 -1
  144. borgbackup-2.0.0b12/docs/man/borg-compact.1 +0 -67
  145. borgbackup-2.0.0b12/docs/usage/compact.rst.inc +0 -46
  146. borgbackup-2.0.0b12/scripts/hash_sizes.py +0 -106
  147. borgbackup-2.0.0b12/scripts/msys2-install-deps +0 -9
  148. borgbackup-2.0.0b12/src/borg/_endian.h +0 -30
  149. borgbackup-2.0.0b12/src/borg/_hashindex.c +0 -886
  150. borgbackup-2.0.0b12/src/borg/_version.py +0 -1
  151. borgbackup-2.0.0b12/src/borg/hashindex.pyi +0 -71
  152. borgbackup-2.0.0b12/src/borg/hashindex.pyx +0 -457
  153. borgbackup-2.0.0b12/src/borg/testsuite/hashindex.py +0 -421
  154. borgbackup-2.0.0b12/src/borg/testsuite/hashindex_pytest.py +0 -75
  155. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/.coveragerc +0 -0
  156. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/.git-blame-ignore-revs +0 -0
  157. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/.pre-commit-config.yaml +0 -0
  158. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/.readthedocs.yaml +0 -0
  159. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/AUTHORS +0 -0
  160. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/Brewfile +0 -0
  161. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/MANIFEST.in +0 -0
  162. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/README.rst +0 -0
  163. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/SECURITY.md +0 -0
  164. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/3rd_party/README +0 -0
  165. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/Makefile +0 -0
  166. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/_static/Makefile +0 -0
  167. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/_static/favicon.ico +0 -0
  168. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/_static/logo.pdf +0 -0
  169. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/_static/logo.png +0 -0
  170. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/_static/logo.svg +0 -0
  171. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/_static/logo_font.txt +0 -0
  172. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/_templates/globaltoc.html +0 -0
  173. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/_templates/logo-text.html +0 -0
  174. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/authors.rst +0 -0
  175. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/book.rst +0 -0
  176. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/borg_theme/css/borg.css +0 -0
  177. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/changes_0.x.rst +0 -0
  178. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/changes_1.x.rst +0 -0
  179. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/deployment/automated-local.rst +0 -0
  180. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/deployment/central-backup-server.rst +0 -0
  181. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/deployment/hosting-repositories.rst +0 -0
  182. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/deployment/image-backup.rst +0 -0
  183. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/deployment/non-root-user.rst +0 -0
  184. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/deployment/pull-backup.rst +0 -0
  185. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/deployment.rst +0 -0
  186. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/global.rst.inc +0 -0
  187. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/index.rst +0 -0
  188. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/installation.rst +0 -0
  189. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/internals/data-structures.rst +0 -0
  190. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/internals/encryption-aead.odg +0 -0
  191. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/internals/encryption-aead.png +0 -0
  192. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/internals/frontends.rst +0 -0
  193. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/internals/object-graph.odg +0 -0
  194. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/internals/object-graph.png +0 -0
  195. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/internals/security.rst +0 -0
  196. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/internals/structure.odg +0 -0
  197. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/internals/structure.png +0 -0
  198. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/internals.rst +0 -0
  199. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/introduction.rst +0 -0
  200. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-change-passphrase.1 +0 -0
  201. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-config.1 +0 -0
  202. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-key-change-algorithm.1 +0 -0
  203. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-key-migrate-to-repokey.1 +0 -0
  204. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man/borg-upgrade.1 +0 -0
  205. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/man_intro.rst +0 -0
  206. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/misc/asciinema/README +0 -0
  207. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/misc/asciinema/Vagrantfile +0 -0
  208. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/misc/asciinema/advanced.json +0 -0
  209. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/misc/asciinema/advanced.tcl +0 -0
  210. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/misc/asciinema/basic.tcl +0 -0
  211. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/misc/asciinema/install.json +0 -0
  212. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/misc/asciinema/install.tcl +0 -0
  213. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/misc/asciinema/sample-wallpapers.txt +0 -0
  214. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/misc/benchmark-crud.txt +0 -0
  215. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/misc/borg-data-flow.odg +0 -0
  216. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/misc/borg-data-flow.png +0 -0
  217. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/misc/create_chunker-params.txt +0 -0
  218. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/misc/internals-picture.txt +0 -0
  219. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/misc/logging.conf +0 -0
  220. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/quickstart_example.rst.inc +0 -0
  221. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/support.rst +0 -0
  222. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/analyze.rst +0 -0
  223. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/analyze.rst.inc +0 -0
  224. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/benchmark.rst +0 -0
  225. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/benchmark_cpu.rst.inc +0 -0
  226. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/benchmark_crud.rst.inc +0 -0
  227. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/borgfs.rst +0 -0
  228. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/borgfs.rst.inc +0 -0
  229. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/break-lock.rst.inc +0 -0
  230. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/change-passphrase.rst.inc +0 -0
  231. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/check.rst +0 -0
  232. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/common-options.rst.inc +0 -0
  233. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/compact.rst +0 -0
  234. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/create.rst +0 -0
  235. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/create.rst.inc +0 -0
  236. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/debug.rst +0 -0
  237. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/delete.rst +0 -0
  238. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/diff.rst +0 -0
  239. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/diff.rst.inc +0 -0
  240. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/extract.rst +0 -0
  241. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/extract.rst.inc +0 -0
  242. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/general/date-time.rst.inc +0 -0
  243. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/general/environment.rst.inc +0 -0
  244. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/general/file-metadata.rst.inc +0 -0
  245. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/general/file-systems.rst.inc +0 -0
  246. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/general/logging.rst.inc +0 -0
  247. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/general/positional-arguments.rst.inc +0 -0
  248. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/general/repository-locations.rst.inc +0 -0
  249. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/general/resources.rst.inc +0 -0
  250. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/general/units.rst.inc +0 -0
  251. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/help.rst +0 -0
  252. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/import-tar.rst.inc +0 -0
  253. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/info.rst +0 -0
  254. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/info.rst.inc +0 -0
  255. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/key.rst +0 -0
  256. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/key_change-location.rst.inc +0 -0
  257. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/key_change-passphrase.rst.inc +0 -0
  258. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/key_export.rst.inc +0 -0
  259. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/key_import.rst.inc +0 -0
  260. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/list.rst +0 -0
  261. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/list.rst.inc +0 -0
  262. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/lock.rst +0 -0
  263. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/mount.rst +0 -0
  264. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/notes.rst +0 -0
  265. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/prune.rst +0 -0
  266. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/recreate.rst +0 -0
  267. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/recreate.rst.inc +0 -0
  268. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/rename.rst +0 -0
  269. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/rename.rst.inc +0 -0
  270. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/repo-compress.rst +0 -0
  271. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/repo-compress.rst.inc +0 -0
  272. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/repo-create.rst +0 -0
  273. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/repo-delete.rst +0 -0
  274. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/repo-delete.rst.inc +0 -0
  275. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/repo-info.rst +0 -0
  276. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/repo-info.rst.inc +0 -0
  277. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/repo-list.rst +0 -0
  278. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/repo-space.rst +0 -0
  279. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/repo-space.rst.inc +0 -0
  280. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/serve.rst.inc +0 -0
  281. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/tag.rst +0 -0
  282. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/tar.rst +0 -0
  283. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/transfer.rst +0 -0
  284. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/transfer.rst.inc +0 -0
  285. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/umount.rst.inc +0 -0
  286. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/usage_general.rst.inc +0 -0
  287. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/version.rst +0 -0
  288. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/version.rst.inc +0 -0
  289. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage/with-lock.rst.inc +0 -0
  290. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage.rst +0 -0
  291. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/docs/usage_general.rst.inc +0 -0
  292. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/requirements.d/codestyle.txt +0 -0
  293. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/requirements.d/development.lock.txt +0 -0
  294. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/requirements.d/docs.txt +0 -0
  295. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/scripts/errorlist.py +0 -0
  296. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/scripts/fetch-binaries +0 -0
  297. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/scripts/glibc_check.py +0 -0
  298. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/scripts/make-testdata/test_transfer_upgrade.sh +0 -0
  299. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/scripts/make.py +0 -0
  300. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/scripts/sdist-sign +0 -0
  301. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/scripts/shell_completions/fish/borg.fish +0 -0
  302. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/scripts/sign-binaries +0 -0
  303. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/scripts/upload-pypi +0 -0
  304. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/setup.cfg +0 -0
  305. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/__init__.py +0 -0
  306. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/__main__.py +0 -0
  307. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/_chunker.c +0 -0
  308. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/_item.c +0 -0
  309. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/analyze_cmd.py +0 -0
  310. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/benchmark_cmd.py +0 -0
  311. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/create_cmd.py +0 -0
  312. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/debug_cmd.py +0 -0
  313. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/extract_cmd.py +0 -0
  314. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/info_cmd.py +0 -0
  315. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/key_cmds.py +0 -0
  316. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/list_cmd.py +0 -0
  317. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/lock_cmds.py +0 -0
  318. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/rename_cmd.py +0 -0
  319. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/repo_delete_cmd.py +0 -0
  320. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/repo_info_cmd.py +0 -0
  321. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/repo_space_cmd.py +0 -0
  322. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/serve_cmd.py +0 -0
  323. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/transfer_cmd.py +0 -0
  324. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/archiver/version_cmd.py +0 -0
  325. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/checksums.c +0 -0
  326. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/checksums.pyi +0 -0
  327. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/checksums.pyx +0 -0
  328. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/chunker.c +0 -0
  329. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/chunker.pyi +0 -0
  330. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/chunker.pyx +0 -0
  331. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/compress.c +0 -0
  332. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/compress.pyi +0 -0
  333. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/compress.pyx +0 -0
  334. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/crypto/__init__.py +0 -0
  335. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/crypto/file_integrity.py +0 -0
  336. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/crypto/key.py +0 -0
  337. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/crypto/keymanager.py +0 -0
  338. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/crypto/low_level.pyx +0 -0
  339. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/fslocking.py +0 -0
  340. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/fuse_impl.py +0 -0
  341. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/helpers/__init__.py +0 -0
  342. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/helpers/checks.py +0 -0
  343. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/helpers/datastruct.py +0 -0
  344. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/helpers/errors.py +0 -0
  345. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/helpers/fs.py +0 -0
  346. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/helpers/lrucache.py +0 -0
  347. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/helpers/misc.py +0 -0
  348. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/helpers/msgpack.py +0 -0
  349. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/helpers/nanorst.py +0 -0
  350. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/helpers/passphrase.py +0 -0
  351. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/helpers/process.py +0 -0
  352. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/helpers/progress.py +0 -0
  353. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/helpers/shellpattern.py +0 -0
  354. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/helpers/time.py +0 -0
  355. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/helpers/yes_no.py +0 -0
  356. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/item.c +0 -0
  357. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/item.pyi +0 -0
  358. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/item.pyx +0 -0
  359. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/legacyremote.py +0 -0
  360. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/logger.py +0 -0
  361. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/paperkey.html +0 -0
  362. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/patterns.py +0 -0
  363. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/platform/__init__.py +0 -0
  364. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/platform/base.py +0 -0
  365. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/platform/darwin.c +0 -0
  366. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/platform/darwin.pyx +0 -0
  367. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/platform/freebsd.c +0 -0
  368. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/platform/freebsd.pyx +0 -0
  369. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/platform/linux.c +0 -0
  370. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/platform/linux.pyx +0 -0
  371. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/platform/posix.c +0 -0
  372. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/platform/posix.pyx +0 -0
  373. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/platform/syncfilerange.c +0 -0
  374. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/platform/syncfilerange.pyx +0 -0
  375. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/platform/windows.c +0 -0
  376. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/platform/windows.pyx +0 -0
  377. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/platform/xattr.py +0 -0
  378. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/platformflags.py +0 -0
  379. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/repoobj.py +0 -0
  380. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/storelocking.py +0 -0
  381. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/testsuite/__init__.py +0 -0
  382. /borgbackup-2.0.0b12/src/borg/testsuite/archive.py → /borgbackup-2.0.0b14/src/borg/testsuite/archive_test.py +0 -0
  383. /borgbackup-2.0.0b12/src/borg/testsuite/archiver/analyze_cmd.py → /borgbackup-2.0.0b14/src/borg/testsuite/archiver/analyze_cmd_test.py +0 -0
  384. /borgbackup-2.0.0b12/src/borg/testsuite/archiver/argparsing.py → /borgbackup-2.0.0b14/src/borg/testsuite/archiver/argparsing_test.py +0 -0
  385. /borgbackup-2.0.0b12/src/borg/testsuite/archiver/benchmark_cmd.py → /borgbackup-2.0.0b14/src/borg/testsuite/archiver/benchmark_cmd_test.py +0 -0
  386. /borgbackup-2.0.0b12/src/borg/testsuite/archiver/compact_cmd.py → /borgbackup-2.0.0b14/src/borg/testsuite/archiver/compact_cmd_test.py +0 -0
  387. /borgbackup-2.0.0b12/src/borg/testsuite/archiver/corruption.py → /borgbackup-2.0.0b14/src/borg/testsuite/archiver/corruption_test.py +0 -0
  388. /borgbackup-2.0.0b12/src/borg/testsuite/archiver/create_cmd.py → /borgbackup-2.0.0b14/src/borg/testsuite/archiver/create_cmd_test.py +0 -0
  389. /borgbackup-2.0.0b12/src/borg/testsuite/archiver/disk_full.py → /borgbackup-2.0.0b14/src/borg/testsuite/archiver/disk_full_test.py +0 -0
  390. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/testsuite/archiver/dotdot_path.tar +0 -0
  391. /borgbackup-2.0.0b12/src/borg/testsuite/archiver/extract_cmd.py → /borgbackup-2.0.0b14/src/borg/testsuite/archiver/extract_cmd_test.py +0 -0
  392. /borgbackup-2.0.0b12/src/borg/testsuite/archiver/help_cmd.py → /borgbackup-2.0.0b14/src/borg/testsuite/archiver/help_cmd_test.py +0 -0
  393. /borgbackup-2.0.0b12/src/borg/testsuite/archiver/info_cmd.py → /borgbackup-2.0.0b14/src/borg/testsuite/archiver/info_cmd_test.py +0 -0
  394. /borgbackup-2.0.0b12/src/borg/testsuite/archiver/list_cmd.py → /borgbackup-2.0.0b14/src/borg/testsuite/archiver/list_cmd_test.py +0 -0
  395. /borgbackup-2.0.0b12/src/borg/testsuite/archiver/lock_cmds.py → /borgbackup-2.0.0b14/src/borg/testsuite/archiver/lock_cmds_test.py +0 -0
  396. /borgbackup-2.0.0b12/src/borg/testsuite/archiver/patterns.py → /borgbackup-2.0.0b14/src/borg/testsuite/archiver/patterns_test.py +0 -0
  397. /borgbackup-2.0.0b12/src/borg/testsuite/archiver/rename_cmd.py → /borgbackup-2.0.0b14/src/borg/testsuite/archiver/rename_cmd_test.py +0 -0
  398. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/testsuite/archiver/repo12.tar.gz +0 -0
  399. /borgbackup-2.0.0b12/src/borg/testsuite/archiver/repo_compress_cmd.py → /borgbackup-2.0.0b14/src/borg/testsuite/archiver/repo_compress_cmd_test.py +0 -0
  400. /borgbackup-2.0.0b12/src/borg/testsuite/archiver/repo_create_cmd.py → /borgbackup-2.0.0b14/src/borg/testsuite/archiver/repo_create_cmd_test.py +0 -0
  401. /borgbackup-2.0.0b12/src/borg/testsuite/archiver/repo_delete_cmd.py → /borgbackup-2.0.0b14/src/borg/testsuite/archiver/repo_delete_cmd_test.py +0 -0
  402. /borgbackup-2.0.0b12/src/borg/testsuite/archiver/repo_info_cmd.py → /borgbackup-2.0.0b14/src/borg/testsuite/archiver/repo_info_cmd_test.py +0 -0
  403. /borgbackup-2.0.0b12/src/borg/testsuite/archiver/return_codes.py → /borgbackup-2.0.0b14/src/borg/testsuite/archiver/return_codes_test.py +0 -0
  404. /borgbackup-2.0.0b12/src/borg/testsuite/archiver/serve_cmd.py → /borgbackup-2.0.0b14/src/borg/testsuite/archiver/serve_cmd_test.py +0 -0
  405. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/testsuite/archiver/unusual_paths.tar +0 -0
  406. /borgbackup-2.0.0b12/src/borg/testsuite/checksums.py → /borgbackup-2.0.0b14/src/borg/testsuite/checksums_test.py +0 -0
  407. /borgbackup-2.0.0b12/src/borg/testsuite/chunker.py → /borgbackup-2.0.0b14/src/borg/testsuite/chunker_test.py +0 -0
  408. /borgbackup-2.0.0b12/src/borg/testsuite/compress.py → /borgbackup-2.0.0b14/src/borg/testsuite/compress_test.py +0 -0
  409. /borgbackup-2.0.0b12/src/borg/testsuite/crypto.py → /borgbackup-2.0.0b14/src/borg/testsuite/crypto_test.py +0 -0
  410. /borgbackup-2.0.0b12/src/borg/testsuite/efficient_collection_queue.py → /borgbackup-2.0.0b14/src/borg/testsuite/efficient_collection_queue_test.py +0 -0
  411. /borgbackup-2.0.0b12/src/borg/testsuite/file_integrity.py → /borgbackup-2.0.0b14/src/borg/testsuite/file_integrity_test.py +0 -0
  412. /borgbackup-2.0.0b12/src/borg/testsuite/fslocking.py → /borgbackup-2.0.0b14/src/borg/testsuite/fslocking_test.py +0 -0
  413. /borgbackup-2.0.0b12/src/borg/testsuite/item.py → /borgbackup-2.0.0b14/src/borg/testsuite/item_test.py +0 -0
  414. /borgbackup-2.0.0b12/src/borg/testsuite/key.py → /borgbackup-2.0.0b14/src/borg/testsuite/key_test.py +0 -0
  415. /borgbackup-2.0.0b12/src/borg/testsuite/lrucache.py → /borgbackup-2.0.0b14/src/borg/testsuite/lrucache_test.py +0 -0
  416. /borgbackup-2.0.0b12/src/borg/testsuite/nanorst.py → /borgbackup-2.0.0b14/src/borg/testsuite/nanorst_test.py +0 -0
  417. /borgbackup-2.0.0b12/src/borg/testsuite/patterns.py → /borgbackup-2.0.0b14/src/borg/testsuite/patterns_test.py +0 -0
  418. /borgbackup-2.0.0b12/src/borg/testsuite/repoobj.py → /borgbackup-2.0.0b14/src/borg/testsuite/repoobj_test.py +0 -0
  419. /borgbackup-2.0.0b12/src/borg/testsuite/shellpattern.py → /borgbackup-2.0.0b14/src/borg/testsuite/shellpattern_test.py +0 -0
  420. /borgbackup-2.0.0b12/src/borg/testsuite/storelocking.py → /borgbackup-2.0.0b14/src/borg/testsuite/storelocking_test.py +0 -0
  421. /borgbackup-2.0.0b12/src/borg/testsuite/version.py → /borgbackup-2.0.0b14/src/borg/testsuite/version_test.py +0 -0
  422. /borgbackup-2.0.0b12/src/borg/testsuite/xattr.py → /borgbackup-2.0.0b14/src/borg/testsuite/xattr_test.py +0 -0
  423. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/upgrade.py +0 -0
  424. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/version.py +0 -0
  425. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borg/xattr.py +0 -0
  426. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borgbackup.egg-info/dependency_links.txt +0 -0
  427. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borgbackup.egg-info/entry_points.txt +0 -0
  428. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/src/borgbackup.egg-info/top_level.txt +0 -0
  429. {borgbackup-2.0.0b12 → borgbackup-2.0.0b14}/tox.ini +0 -0
@@ -39,14 +39,27 @@ Compatibility notes:
39
39
  call borg like: "borg -r <MYREPO> <COMMAND>".
40
40
  in the docs, we usually omit "-r ..." for brevity.
41
41
  - the scp-style REPO syntax was removed, please use ssh://..., #6697
42
- - ssh:// URLs: removed support for /~otheruser/, #6855.
43
- If you used this, just replace it by: ssh://user@host:port/home/otheruser/
42
+ - ssh:// URLs: removed support for /~otheruser/, /~/ and /./, #6855.
43
+ New format:
44
+
45
+ - ssh://user@host:port/relative/path
46
+ - ssh://user@host:port//absolute/path
44
47
  - -P / --prefix option was removed, please use the similar -a / --match-archives.
45
48
  - archive names don't need to be unique anymore. to the contrary:
46
49
  it is now strongly recommended to use the identical name for borg create
47
50
  within the same series of archives to make borg work more efficiently.
48
51
  the name now identifies a series of archive, to identify a single archive
49
52
  please use aid:<archive-hash-prefix>, e.g.: borg delete aid:d34db33f
53
+ - in case you do NOT want to adopt the "series name" way of naming archives
54
+ (like "myarchive") as we recommend, but keep using always-changing names
55
+ (like "myserver-myarchive-20241231"), you can do that, but then you must
56
+ make use of BORG_FILES_CACHE_SUFFIX and either set it to a constant suffix
57
+ (like "all") or to a unique suffix per archive series (like
58
+ "myserver-myarchive") so that borg can find the correct files cache.
59
+ For the "all" variant, you must also set BORG_FILES_CACHE_TTL to a value
60
+ greater than the count of different archives series you write to that repo.
61
+ Usually borg uses a different files cache suffix per archive (series) name
62
+ and defaults to BORG_FILES_CACHE_TTL=2 because that is sufficient for that.
50
63
  - the archive id is always given separately from the repository
51
64
  (differently than with borg 1.x you must not give repo::archive).
52
65
  - the series name or archive id is either given as a positional parameter,
@@ -94,6 +107,8 @@ Compatibility notes:
94
107
  - removed --save-space option (does not change behaviour)
95
108
  - removed --bypass-lock option
96
109
  - removed borg config command (only worked locally anyway)
110
+ - compact command now requires access to the borg key if the repo is encrypted
111
+ or authenticated
97
112
  - using --list together with --progress is now disallowed (except with --log-json), #7219
98
113
  - the --glob-archives option was renamed to --match-archives (the short option
99
114
  name -a is unchanged) and extended to support different pattern styles:
@@ -129,7 +144,7 @@ Compatibility notes:
129
144
  Change Log 2.x
130
145
  ==============
131
146
 
132
- Version 2.0.0b12 (2024-10-03)
147
+ Version 2.0.0b14 (2024-11-17)
133
148
  -----------------------------
134
149
 
135
150
  Please note:
@@ -141,6 +156,105 @@ above.
141
156
 
142
157
  New features:
143
158
 
159
+ - delete: now only soft-deletes archives (same for prune)
160
+ - repo-list: --deleted lists deleted archives
161
+ - undelete: undelete soft-deleted archives, #8500
162
+
163
+ Fixes:
164
+
165
+ - chunks index cache:
166
+
167
+ - enable partial/incremental updates (F_NEW flag).
168
+ - write chunks index every 10mins, #8503.
169
+ this makes sure progress is not totally lost when a backup is interrupted.
170
+ - write to repo/cache/chunks.<HASH> to enable parallel updates.
171
+ - mount: fix check_pending_archive to give correct root dir, #8528
172
+
173
+ Other changes:
174
+
175
+ - repo-compress: reduce memory consumption (F_COMPRESS flag)
176
+ - files cache: reduce memory consumption, #5756
177
+ - check: rename --undelete-archives to --find-lost-archives
178
+ - check: rebuild_archives_directory: accelerate by only reading metadata
179
+ - shell completions: adapt zsh for borg 2.0.0b13 - needs more work!
180
+ - chunk index: rename .refcount to .flags, use it for user and system flags.
181
+ - vagrant:
182
+
183
+ - add bookworm32 box for 32bit platform testing
184
+ - fix pythons on freebsd14
185
+ - simplify openindiana box setup
186
+ - docs:
187
+
188
+ - remove --bypass-lock, small changes regarding compression
189
+ - FAQ: clean up entries regarding SSH settings
190
+
191
+
192
+ Version 2.0.0b13 (2024-10-31)
193
+ -----------------------------
194
+
195
+ New features:
196
+
197
+ - implement special tags, @PROT tag for protecting archives, #953.
198
+
199
+ borg won't delete/prune/recreate protected archives.
200
+ - prune: add quarterly pruning strategy, #8337.
201
+ - import-tar/export-tar: add xattr support for PAX format, #2521.
202
+
203
+ Fixes:
204
+
205
+ - simple error msgs for existing / non-existing repo, no tracebacks, #8475.
206
+ - mount: create unique directory names, #8461.
207
+ - diff: suppress modified changes for files which weren't actually modified.
208
+ - diff: do not test for ctime difference on windows.
209
+ - prune: fix exception when NAME is given, #8486
210
+ - repo-create: build and cache an empty ChunkIndex.
211
+ - work around missing size/nfiles archive metadata, #8491
212
+ - lock after checking repo exists, #8485
213
+
214
+ Other changes:
215
+
216
+ - new file:, rclone:, ssh:, sftp: URLs, #8372, #8446.
217
+
218
+ new way to deal with absolute vs. relative paths.
219
+ - require borgstore ~= 0.1.0, require borghash ~= 0.0.1.
220
+ - new hashtable code based on borghash project:
221
+
222
+ - borghash replaces old / hard to maintain _hashindex.c code.
223
+ - implement ChunkIndex, NSIndex1, FuseVersionsIndex using borghash.HashTableNT.
224
+ - rewrite NSIndex1 (borg 1.x) on-disk format read/write methods in Cython.
225
+ - remove NSIndex (early borg2) data structure / serialization code for repo index.
226
+ - change xxh64 seed for ChunkIndex to invalidate old cache contents.
227
+ - chunks index: show hashtable stats at debug log level, #506.
228
+ - check (repository part): build and cache a ChunkIndex.
229
+
230
+ check (archives part): use cached ChunkIndex from check (repository part).
231
+ - export-tar: switch default to PAX format.
232
+ - docs:
233
+
234
+ - update URL docs
235
+ - mount: document on-demand loading, perf tips, #7173.
236
+ - borg/borgfs detects internally under which name it was invoked, #8207.
237
+ - better link modern return codes, #8370.
238
+ - binary: using the directory build is faster, #8008.
239
+ - update "Running the tests (using the pypi package)", #6386.
240
+ - github CI:
241
+
242
+ - temporarily disabled windows CI, #8474.
243
+ - msys2: use pyinstaller 6.10.0.
244
+ - msys2: install rclone.
245
+ - tests:
246
+
247
+ - rename test files so that pytest default discovery finds them.
248
+ - call register_assert_rewrite before importing borg.testsuite.
249
+ - move conftest.py one directory level higher.
250
+ - remove hashindex tests from selftests (borghash project has own tests).
251
+
252
+
253
+ Version 2.0.0b12 (2024-10-03)
254
+ -----------------------------
255
+
256
+ New features:
257
+
144
258
  - tag: new command to set, add, remove tags.
145
259
  - repo-list: add tags/hostname/username/comment to default format, reorder, adjust.
146
260
 
@@ -1,4 +1,4 @@
1
- Copyright (C) 2015-2023 The Borg Collective (see AUTHORS file)
1
+ Copyright (C) 2015-2024 The Borg Collective (see AUTHORS file)
2
2
  Copyright (C) 2010-2014 Jonas Borgström <jonas@borgstrom.se>
3
3
  All rights reserved.
4
4
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: borgbackup
3
- Version: 2.0.0b12
3
+ Version: 2.0.0b14
4
4
  Summary: Deduplicated, encrypted, authenticated and compressed backups
5
5
  Author: The Borg Collective (see AUTHORS file)
6
6
  Maintainer-email: Thomas Waldmann <tw@waldmann-edv.de>
@@ -32,7 +32,8 @@ Classifier: Topic :: System :: Archiving :: Backup
32
32
  Requires-Python: >=3.9
33
33
  License-File: LICENSE
34
34
  License-File: AUTHORS
35
- Requires-Dist: borgstore~=0.0.4
35
+ Requires-Dist: borghash~=0.0.1
36
+ Requires-Dist: borgstore~=0.1.0
36
37
  Requires-Dist: msgpack<=1.1.0,>=1.0.3
37
38
  Requires-Dist: packaging
38
39
  Requires-Dist: platformdirs<5.0.0,>=3.0.0; sys_platform == "darwin"
@@ -25,7 +25,9 @@ borg-macos1012 macOS (built on macOS Sierra 10.12 with latest macFUSE from
25
25
  borg-freebsd14 FreeBSD (built on FreeBSD 14)
26
26
 
27
27
  *.tgz similar to above, but built as a directory with files,
28
- not as a single self-extracting binary.
28
+ not as a single self-extracting binary. using the directory
29
+ build is faster and doesn't need as much space in the temp
30
+ directory as the one-file build.
29
31
  *.asc GnuPG signatures for *
30
32
 
31
33
 
@@ -53,6 +55,8 @@ Installing
53
55
  ----------
54
56
 
55
57
  It is suggested that you rename or symlink the binary to just "borg".
58
+ If you need "borgfs", just also symlink it to the same binary, it will
59
+ detect internally under which name it was invoked.
56
60
 
57
61
  On UNIX-like platforms, /usr/local/bin/ or ~/bin/ is a nice place for it,
58
62
  but you can invoke it from every place by giving a full path to it.
@@ -39,14 +39,27 @@ Compatibility notes:
39
39
  call borg like: "borg -r <MYREPO> <COMMAND>".
40
40
  in the docs, we usually omit "-r ..." for brevity.
41
41
  - the scp-style REPO syntax was removed, please use ssh://..., #6697
42
- - ssh:// URLs: removed support for /~otheruser/, #6855.
43
- If you used this, just replace it by: ssh://user@host:port/home/otheruser/
42
+ - ssh:// URLs: removed support for /~otheruser/, /~/ and /./, #6855.
43
+ New format:
44
+
45
+ - ssh://user@host:port/relative/path
46
+ - ssh://user@host:port//absolute/path
44
47
  - -P / --prefix option was removed, please use the similar -a / --match-archives.
45
48
  - archive names don't need to be unique anymore. to the contrary:
46
49
  it is now strongly recommended to use the identical name for borg create
47
50
  within the same series of archives to make borg work more efficiently.
48
51
  the name now identifies a series of archive, to identify a single archive
49
52
  please use aid:<archive-hash-prefix>, e.g.: borg delete aid:d34db33f
53
+ - in case you do NOT want to adopt the "series name" way of naming archives
54
+ (like "myarchive") as we recommend, but keep using always-changing names
55
+ (like "myserver-myarchive-20241231"), you can do that, but then you must
56
+ make use of BORG_FILES_CACHE_SUFFIX and either set it to a constant suffix
57
+ (like "all") or to a unique suffix per archive series (like
58
+ "myserver-myarchive") so that borg can find the correct files cache.
59
+ For the "all" variant, you must also set BORG_FILES_CACHE_TTL to a value
60
+ greater than the count of different archives series you write to that repo.
61
+ Usually borg uses a different files cache suffix per archive (series) name
62
+ and defaults to BORG_FILES_CACHE_TTL=2 because that is sufficient for that.
50
63
  - the archive id is always given separately from the repository
51
64
  (differently than with borg 1.x you must not give repo::archive).
52
65
  - the series name or archive id is either given as a positional parameter,
@@ -94,6 +107,8 @@ Compatibility notes:
94
107
  - removed --save-space option (does not change behaviour)
95
108
  - removed --bypass-lock option
96
109
  - removed borg config command (only worked locally anyway)
110
+ - compact command now requires access to the borg key if the repo is encrypted
111
+ or authenticated
97
112
  - using --list together with --progress is now disallowed (except with --log-json), #7219
98
113
  - the --glob-archives option was renamed to --match-archives (the short option
99
114
  name -a is unchanged) and extended to support different pattern styles:
@@ -129,7 +144,7 @@ Compatibility notes:
129
144
  Change Log 2.x
130
145
  ==============
131
146
 
132
- Version 2.0.0b12 (2024-10-03)
147
+ Version 2.0.0b14 (2024-11-17)
133
148
  -----------------------------
134
149
 
135
150
  Please note:
@@ -141,6 +156,105 @@ above.
141
156
 
142
157
  New features:
143
158
 
159
+ - delete: now only soft-deletes archives (same for prune)
160
+ - repo-list: --deleted lists deleted archives
161
+ - undelete: undelete soft-deleted archives, #8500
162
+
163
+ Fixes:
164
+
165
+ - chunks index cache:
166
+
167
+ - enable partial/incremental updates (F_NEW flag).
168
+ - write chunks index every 10mins, #8503.
169
+ this makes sure progress is not totally lost when a backup is interrupted.
170
+ - write to repo/cache/chunks.<HASH> to enable parallel updates.
171
+ - mount: fix check_pending_archive to give correct root dir, #8528
172
+
173
+ Other changes:
174
+
175
+ - repo-compress: reduce memory consumption (F_COMPRESS flag)
176
+ - files cache: reduce memory consumption, #5756
177
+ - check: rename --undelete-archives to --find-lost-archives
178
+ - check: rebuild_archives_directory: accelerate by only reading metadata
179
+ - shell completions: adapt zsh for borg 2.0.0b13 - needs more work!
180
+ - chunk index: rename .refcount to .flags, use it for user and system flags.
181
+ - vagrant:
182
+
183
+ - add bookworm32 box for 32bit platform testing
184
+ - fix pythons on freebsd14
185
+ - simplify openindiana box setup
186
+ - docs:
187
+
188
+ - remove --bypass-lock, small changes regarding compression
189
+ - FAQ: clean up entries regarding SSH settings
190
+
191
+
192
+ Version 2.0.0b13 (2024-10-31)
193
+ -----------------------------
194
+
195
+ New features:
196
+
197
+ - implement special tags, @PROT tag for protecting archives, #953.
198
+
199
+ borg won't delete/prune/recreate protected archives.
200
+ - prune: add quarterly pruning strategy, #8337.
201
+ - import-tar/export-tar: add xattr support for PAX format, #2521.
202
+
203
+ Fixes:
204
+
205
+ - simple error msgs for existing / non-existing repo, no tracebacks, #8475.
206
+ - mount: create unique directory names, #8461.
207
+ - diff: suppress modified changes for files which weren't actually modified.
208
+ - diff: do not test for ctime difference on windows.
209
+ - prune: fix exception when NAME is given, #8486
210
+ - repo-create: build and cache an empty ChunkIndex.
211
+ - work around missing size/nfiles archive metadata, #8491
212
+ - lock after checking repo exists, #8485
213
+
214
+ Other changes:
215
+
216
+ - new file:, rclone:, ssh:, sftp: URLs, #8372, #8446.
217
+
218
+ new way to deal with absolute vs. relative paths.
219
+ - require borgstore ~= 0.1.0, require borghash ~= 0.0.1.
220
+ - new hashtable code based on borghash project:
221
+
222
+ - borghash replaces old / hard to maintain _hashindex.c code.
223
+ - implement ChunkIndex, NSIndex1, FuseVersionsIndex using borghash.HashTableNT.
224
+ - rewrite NSIndex1 (borg 1.x) on-disk format read/write methods in Cython.
225
+ - remove NSIndex (early borg2) data structure / serialization code for repo index.
226
+ - change xxh64 seed for ChunkIndex to invalidate old cache contents.
227
+ - chunks index: show hashtable stats at debug log level, #506.
228
+ - check (repository part): build and cache a ChunkIndex.
229
+
230
+ check (archives part): use cached ChunkIndex from check (repository part).
231
+ - export-tar: switch default to PAX format.
232
+ - docs:
233
+
234
+ - update URL docs
235
+ - mount: document on-demand loading, perf tips, #7173.
236
+ - borg/borgfs detects internally under which name it was invoked, #8207.
237
+ - better link modern return codes, #8370.
238
+ - binary: using the directory build is faster, #8008.
239
+ - update "Running the tests (using the pypi package)", #6386.
240
+ - github CI:
241
+
242
+ - temporarily disabled windows CI, #8474.
243
+ - msys2: use pyinstaller 6.10.0.
244
+ - msys2: install rclone.
245
+ - tests:
246
+
247
+ - rename test files so that pytest default discovery finds them.
248
+ - call register_assert_rewrite before importing borg.testsuite.
249
+ - move conftest.py one directory level higher.
250
+ - remove hashindex tests from selftests (borghash project has own tests).
251
+
252
+
253
+ Version 2.0.0b12 (2024-10-03)
254
+ -----------------------------
255
+
256
+ New features:
257
+
144
258
  - tag: new command to set, add, remove tags.
145
259
  - repo-list: add tags/hostname/username/comment to default format, reorder, adjust.
146
260
 
@@ -42,7 +42,7 @@ master_doc = "index"
42
42
 
43
43
  # General information about the project.
44
44
  project = "Borg - Deduplicating Archiver"
45
- copyright = "2010-2014 Jonas Borgström, 2015-2022 The Borg Collective (see AUTHORS file)"
45
+ copyright = "2010-2014 Jonas Borgström, 2015-2024 The Borg Collective (see AUTHORS file)"
46
46
 
47
47
  # The version info for the project you're documenting, acts as replacement for
48
48
  # |version| and |release|, also used in various other places throughout the
@@ -323,20 +323,8 @@ github releases page)::
323
323
  pip install borgbackup
324
324
  pip install pytest pytest-benchmark
325
325
 
326
- # method A: use a pytest.ini
327
-
328
- cat >pytest.ini <<<EOF
329
- [pytest]
330
- python_files = testsuite/*.py
331
- markers = allow_cache_wipe
332
- addopts = -rs --benchmark-skip
333
- EOF
334
-
335
- pytest --pyargs borg.testsuite
336
-
337
- # method B: give the options via the cmdline (each time you invoke the tests):
338
-
339
- pytest -rs --benchmark-skip -o 'python_files=testsuite/*.py' -o 'markers=allow_cache_wipe' --pyargs borg.testsuite
326
+ # run the tests
327
+ pytest -v -rs --benchmark-skip --pyargs borg.testsuite
340
328
 
341
329
 
342
330
  Adding a compression algorithm
@@ -602,31 +602,25 @@ You will also get this error if you try to access a repository with a key that u
602
602
  We recommend upgrading to the latest stable version and trying again. We are sorry. We should have thought about forward
603
603
  compatibility and implemented a more helpful error message.
604
604
 
605
- Why does Borg extract hang after some time?
606
- -------------------------------------------
607
-
608
- When I do a ``borg extract``, after a while all activity stops, no cpu usage,
609
- no downloads.
610
-
611
- This may happen when the SSH connection is stuck on server side. You can
612
- configure SSH on client side to prevent this by sending keep-alive requests,
613
- for example in ~/.ssh/config:
605
+ Why am I seeing idle borg serve processes on the repo server?
606
+ -------------------------------------------------------------
614
607
 
615
- ::
608
+ Please see the next question.
616
609
 
617
- Host borg.example.com
618
- # Client kills connection after 3*30 seconds without server response:
619
- ServerAliveInterval 30
620
- ServerAliveCountMax 3
610
+ Why does Borg disconnect or hang when backing up to a remote server?
611
+ --------------------------------------------------------------------
621
612
 
622
- You can also do the opposite and configure SSH on server side in
623
- /etc/ssh/sshd_config, to make the server send keep-alive requests to the client:
613
+ Communication with the remote server (using an ssh: repo URL) happens via an SSH
614
+ connection. This can lead to some issues that would not occur during a local backup:
624
615
 
625
- ::
616
+ - Since Borg does not send data all the time, the connection may get closed, leading
617
+ to errors like "connection closed by remote".
618
+ - On the other hand, network issues may lead to a dysfunctional connection
619
+ that is only detected after some time by the server, leading to stale ``borg serve``
620
+ processes and locked repositories.
626
621
 
627
- # Server kills connection after 3*30 seconds without client response:
628
- ClientAliveInterval 30
629
- ClientAliveCountMax 3
622
+ To fix such problems, please apply these :ref:`SSH settings <ssh_configuration>` so that
623
+ keep-alive requests are sent regularly.
630
624
 
631
625
  How can I deal with my very unstable SSH connection?
632
626
  ----------------------------------------------------
@@ -642,33 +636,6 @@ could try to work around:
642
636
  to do any more. Due to the way borg mount works, this might be less efficient
643
637
  than borg extract for bigger volumes of data.
644
638
 
645
- Why do I get "connection closed by remote" after a while?
646
- ---------------------------------------------------------
647
-
648
- When doing a backup to a remote server (using a ssh: repo URL), it sometimes
649
- stops after a while (some minutes, hours, ... - not immediately) with
650
- "connection closed by remote" error message. Why?
651
-
652
- That's a good question and we are trying to find a good answer in :issue:`636`.
653
-
654
- Why am I seeing idle borg serve processes on the repo server?
655
- -------------------------------------------------------------
656
-
657
- Maybe the ssh connection between client and server broke down and that was not
658
- yet noticed on the server. Try these settings:
659
-
660
- ::
661
-
662
- # /etc/ssh/sshd_config on borg repo server - kill connection to client
663
- # after ClientAliveCountMax * ClientAliveInterval seconds with no response
664
- ClientAliveInterval 20
665
- ClientAliveCountMax 3
666
-
667
- If you have multiple borg create ... ; borg create ... commands in a already
668
- serialized way in a single script, you need to give them ``--lock-wait N`` (with N
669
- being a bit more than the time the server needs to terminate broken down
670
- connections and release the lock).
671
-
672
639
  Can I back up my root partition (/) with Borg?
673
640
  ----------------------------------------------
674
641
 
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
27
27
  .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28
28
  .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
29
29
  ..
30
- .TH "BORG-ANALYZE" 1 "2024-10-03" "" "borg backup tool"
30
+ .TH "BORG-ANALYZE" 1 "2024-11-16" "" "borg backup tool"
31
31
  .SH NAME
32
32
  borg-analyze \- Analyze archives
33
33
  .SH SYNOPSIS
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
27
27
  .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28
28
  .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
29
29
  ..
30
- .TH "BORG-BENCHMARK-CPU" 1 "2024-10-03" "" "borg backup tool"
30
+ .TH "BORG-BENCHMARK-CPU" 1 "2024-11-16" "" "borg backup tool"
31
31
  .SH NAME
32
32
  borg-benchmark-cpu \- Benchmark CPU bound operations.
33
33
  .SH SYNOPSIS
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
27
27
  .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28
28
  .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
29
29
  ..
30
- .TH "BORG-BENCHMARK-CRUD" 1 "2024-10-03" "" "borg backup tool"
30
+ .TH "BORG-BENCHMARK-CRUD" 1 "2024-11-16" "" "borg backup tool"
31
31
  .SH NAME
32
32
  borg-benchmark-crud \- Benchmark Create, Read, Update, Delete for archives.
33
33
  .SH SYNOPSIS
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
27
27
  .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28
28
  .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
29
29
  ..
30
- .TH "BORG-BENCHMARK" 1 "2024-10-03" "" "borg backup tool"
30
+ .TH "BORG-BENCHMARK" 1 "2024-11-16" "" "borg backup tool"
31
31
  .SH NAME
32
32
  borg-benchmark \- benchmark command
33
33
  .SH SYNOPSIS
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
27
27
  .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28
28
  .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
29
29
  ..
30
- .TH "BORG-BREAK-LOCK" 1 "2024-10-03" "" "borg backup tool"
30
+ .TH "BORG-BREAK-LOCK" 1 "2024-11-16" "" "borg backup tool"
31
31
  .SH NAME
32
32
  borg-break-lock \- Break the repository lock (e.g. in case it was left by a dead borg.
33
33
  .SH SYNOPSIS
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
27
27
  .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28
28
  .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
29
29
  ..
30
- .TH "BORG-CHECK" 1 "2024-10-03" "" "borg backup tool"
30
+ .TH "BORG-CHECK" 1 "2024-11-16" "" "borg backup tool"
31
31
  .SH NAME
32
32
  borg-check \- Check repository consistency
33
33
  .SH SYNOPSIS
@@ -44,19 +44,21 @@ the file magic headers, and both the metadata and data of all objects in
44
44
  the repository. The read data is checked by size and hash. Bit rot and other
45
45
  types of accidental damage can be detected this way. Running the repository
46
46
  check can be split into multiple partial checks using \fB\-\-max\-duration\fP\&.
47
- When checking a remote repository, please note that the checks run on the
48
- server and do not cause significant network traffic.
47
+ When checking a \fI\%ssh://\fP remote repository, please note that the checks run on
48
+ the server and do not cause significant network traffic.
49
49
  .IP 2. 3
50
50
  Checking consistency and correctness of the archive metadata and optionally
51
51
  archive data (requires \fB\-\-verify\-data\fP). This includes ensuring that the
52
52
  repository manifest exists, the archive metadata chunk is present, and that
53
53
  all chunks referencing files (items) in the archive exist. This requires
54
- reading archive and file metadata, but not data. To cryptographically verify
55
- the file (content) data integrity pass \fB\-\-verify\-data\fP, but keep in mind
56
- that this requires reading all data and is hence very time consuming. When
57
- checking archives of a remote repository, archive checks run on the client
58
- machine because they require decrypting data and therefore the encryption
59
- key.
54
+ reading archive and file metadata, but not data. To scan for archives whose
55
+ entries were lost from the archive directory, pass \fB\-\-find\-lost\-archives\fP\&.
56
+ It requires reading all data and is hence very time consuming.
57
+ To additionally cryptographically verify the file (content) data integrity,
58
+ pass \fB\-\-verify\-data\fP, which is even more time consuming.
59
+ .sp
60
+ When checking archives of a remote repository, archive checks run on the client
61
+ machine because they require decrypting data and therefore the encryption key.
60
62
  .UNINDENT
61
63
  .sp
62
64
  Both steps can also be run independently. Pass \fB\-\-repository\-only\fP to run the
@@ -88,6 +90,15 @@ cryptographic verification and hence very time consuming, but will detect any
88
90
  accidental and malicious corruption. Tamper\-resistance is only guaranteed for
89
91
  encrypted repositories against attackers without access to the keys. You can
90
92
  not use \fB\-\-verify\-data\fP with \fB\-\-repository\-only\fP\&.
93
+ .sp
94
+ The \fB\-\-find\-lost\-archives\fP option will also scan the whole repository, but
95
+ tells Borg to search for lost archive metadata. If Borg encounters any archive
96
+ metadata that doesn\(aqt match with an archive directory entry (including
97
+ soft\-deleted archives), it means that an entry was lost.
98
+ Unless \fBborg compact\fP is called, these archives can be fully restored with
99
+ \fB\-\-repair\fP\&. Please note that \fB\-\-find\-lost\-archives\fP must read a lot of
100
+ data from the repository and is thus very time consuming. You can not use
101
+ \fB\-\-find\-lost\-archives\fP with \fB\-\-repository\-only\fP\&.
91
102
  .SS About repair mode
92
103
  .sp
93
104
  The check command is a readonly task by default. If any corruption is found,
@@ -150,10 +161,8 @@ chunks of a \(dqzero\-patched\(dq file reappear, this effectively \(dqheals\(dq
150
161
  Consequently, if lost chunks were repaired earlier, it is advised to run
151
162
  \fB\-\-repair\fP a second time after creating some new backups.
152
163
  .sp
153
- If \fB\-\-repair \-\-undelete\-archives\fP is given, Borg will scan the repository
154
- for archive metadata and if it finds some where no corresponding archives
155
- directory entry exists, it will create the entries. This is basically undoing
156
- \fBborg delete archive\fP or \fBborg prune ...\fP commands and only possible before
164
+ If \fB\-\-repair \-\-find\-lost\-archives\fP is given, previously lost entries will
165
+ be recreated in the archive directory. This is only possible before
157
166
  \fBborg compact\fP would remove the archives\(aq data completely.
158
167
  .SH OPTIONS
159
168
  .sp
@@ -173,8 +182,8 @@ perform cryptographic archive data integrity verification (conflicts with \fB\-\
173
182
  .B \-\-repair
174
183
  attempt to repair any inconsistencies found
175
184
  .TP
176
- .B \-\-undelete\-archives
177
- attempt to undelete archives (use with \-\-repair)
185
+ .B \-\-find\-lost\-archives
186
+ attempt to find lost archives
178
187
  .TP
179
188
  .BI \-\-max\-duration \ SECONDS
180
189
  do only a partial repo check for max. SECONDS seconds (Default: unlimited)
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
27
27
  .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28
28
  .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
29
29
  ..
30
- .TH "BORG-COMMON" 1 "2024-10-03" "" "borg backup tool"
30
+ .TH "BORG-COMMON" 1 "2024-11-16" "" "borg backup tool"
31
31
  .SH NAME
32
32
  borg-common \- Common options of Borg commands
33
33
  .SH SYNOPSIS