borg2: 检查 [--repair] 改进
作者: ThomasWaldmann创建于 2024年10月8日更新于 2026年9月16日
标签cmd: checkc: index or hashtable
目前 (beta12), borg2 check 只会删除存储在 repo 中的块索引。这是因为 borg check --repair 可能已经删除了一些无效的 repo 对象,因此缓存的块索引已经不再最新。之后,首次访问 repo 将重建块索引缓存(速度较慢)。我们可以在 borg check --repair 中构建和缓存一个新的块索引,也许还可以在 borg check 中构建和缓存一个新的块索引,而不使用 --repair。
内容来源: borgbackup/borg