Support of restic rest #1544
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @aacebedo - restic does support REST servers, there's some information in their docs here: https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html#rest-server VolSync will pass through the Note if you need a custom CA certificate then take a look here: https://volsync.readthedocs.io/en/latest/usage/restic/index.html#using-a-custom-certificate-authority |
Beta Was this translation helpful? Give feedback.
Hi @aacebedo - restic does support REST servers, there's some information in their docs here: https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html#rest-server
VolSync will pass through the
RESTIC_REST_USERNAMEandRESTIC_REST_PASSWORDenvironment variables if you set them in your restic-config secret.Note if you need a custom CA certificate then take a look here: https://volsync.readthedocs.io/en/latest/usage/restic/index.html#using-a-custom-certificate-authority