Is there fast & reliable way to check if a directory is a borg repo #9221
-
|
I have a need to search recursively all borg repos for e.g. automated maintenance & pruning. I could invoke "borg info" in every directory but this is slow. Is there a faster way to detect that? E.g. there must always be files x, y, z. If yes then I could run the "borg info" to be 100% sure. |
Beta Was this translation helpful? Give feedback.
Answered by
ThomasWaldmann
Dec 10, 2025
Replies: 1 comment 2 replies
-
|
At least "borg config -l" is faster than "borg info" |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could check repo/README.