How to restore to stdout in resticprofile #530
Unanswered
saviodsouza
asked this question in
Q&A
Replies: 1 comment
-
|
Hey! I suppose this is missing from the documentation, you're right to point it out. There's not much of a profile for the dump command right now, as it's usually a manual command to restore data. I suppose we could make more flags available (like snapshot ID and filename). Assuming your stdin file is called Please note the use of the |
Beta Was this translation helpful? Give feedback.
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.
-
Hii
Reading the docs example of stdin i have created my stdin snippet for pg_dump which is working👌
However I am unable to create the same for stdout for pg_restore.
Restic supports stdout via dump but the resticprofile docs says
archive tar by default.
So how to create a yaml snippet to restore to stdout?
Thank you 😊
Beta Was this translation helpful? Give feedback.
All reactions