Replies: 2 comments
|
You can't extract multiple archives at once / in one borg invocation (if that was your intention). But you can do a little shell scripting, like (untested): |
0 replies
|
Closing this as outdated: it has seen no activity for a long time and predates the current borg releases. If this still affects you on a current version - borg 1.4.x (stable) or the borg 2.0.0 beta - please open a new discussion with up-to-date details. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
Prompt me the correct pattern, please.
I have archives named like this:
and I would like to get file
test_mysql_20230427-025501using
borg extract --dry-run --list ssh://b@b.com/./test.staging.com::test_mysql_20230427-.*but the archive doesn't find using this pattern
All reactions