borgbackup/borg

borg2 find?

Geschlossen

#9.974 geöffnet am 30.07.2026

 (0 Kommentare) (1 Reaktion) (1 zugewiesene Person)Python (732 Forks)batch import
easygood first issuequestion

Repository-Metriken

Stars
 (10.086 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 5T 12h) (91 gemergte PRs in 30 T)

Beschreibung

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).

Contributor Guide