Open onedr0p opened 1 month ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: onedr0p Once this PR has been reviewed and has the lgtm label, please assign johnstrunk for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Hi @onedr0p. Thanks for your PR.
I'm waiting for a backube member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
Attention: Patch coverage is 48.27586%
with 15 lines
in your changes missing coverage. Please review.
Project coverage is 66.2%. Comparing base (
493d997
) to head (1fdf146
). Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
controllers/mover/restic/mover.go | 44.4% | 13 Missing and 2 partials :warning: |
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
@JohnStrunk is this what you had in mind from our discussion from awhile ago in https://github.com/backube/volsync/pull/321?
We haven't forgotten about this one... Things have been busy. We'll take a look when we get a chance.
No worries, I am actually using a kyverno policy to mutate the job to add this support in the meantime.
Describe what this PR does
Support for using an existing pvc as a restic repository, opens up the ability to use NFS backed volumes (and others) to store the backup repository on instead of only using s3
Is there anything that requires special attention?
Related issues:
https://github.com/backube/volsync/issues/319
2 years later.....
Continuation of https://github.com/backube/volsync/pull/321