How can I restore a specific subfolder from a snapshot? #356
Unanswered
jeremy-lockwood
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You should use the
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Restic's documentation for this says to use
<snapshot>:<subfolder>
syntax, but this just results in the following error:basically, i want to restore the CONTENTS of /home/user/app in my snapshot to /home/user/app on my system. it'd be really cool if i could define this in the .autorestic.yml file, too.
thanks!
Beta Was this translation helpful? Give feedback.
All reactions