How to execute a Plan via CLI? #707
-
Within the Backrest UI, I created a Plan called "AppData". Other Info: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Do you have an answer yet? |
Beta Was this translation helpful? Give feedback.
-
Backrest doesn't provide any CLI but there is a semi-stable API https://garethgeorge.github.io/backrest/docs/api#backup-api So specifically to execute a plan, first disable authentication (ensure your service is only listening on localhost before doing this) then:
|
Beta Was this translation helpful? Give feedback.
Backrest doesn't provide any CLI but there is a semi-stable API
https://garethgeorge.github.io/backrest/docs/api#backup-api
So specifically to execute a plan, first disable authentication (ensure your service is only listening on localhost before doing this) then: