borgbackup/borg

borg2 find?

已关闭

#9,974 创建于 2026年7月30日

 (0 条评论) (1 个反应) (1 位负责人)Python (732 个派生)batch import
easygood first issuequestion

仓库指标

星标
 (10,086 个星标)
PR 合并指标
 (平均合并 5天 12小时) (30 天内合并 91 个 PR)

描述

Do we need this?

It could support the usual archive matching options (--last, --match-archives, ...) and then iterate over the matching archives.

For each archive, it would iterate over all items and could match misc. search criteria (e.g.: pattern match on file path, ...) and then output archive name and item it found.

One can do something similar already by:

  • borg list (maybe also using custom --format) and grep
  • borg mount and find

So, would a borg find be worth it?

Note:

This would not use an index (because keeping an index up-to-date costs a lot of runtime and also likely quite a lot of space).

贡献者指南