Closed tesshuflower closed 2 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
/retest
/retest /cc @JohnStrunk
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: JohnStrunk, tesshuflower
The full list of commands accepted by this bot can be found here.
The pull request process is described here
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 67.4%. Comparing base (
af09a61
) to head (c3e5468
). Report is 8 commits behind head on main.
/retest
/retest
/retest
Describe what this PR does
Note - not including any changes atm for the following
There are some new features which we may or may not want to expose in restic, but will do separately from this PR and may create enhancement issues for some of them - recording them here for future reference:
Backup features:
--skip-if-unchanged
flag - omits snapshot creation if no change from parent snapshotRestore features:
--delete
flag - removes files on restore that don't exist in the backup - would allow for repeatedly running restores to a PVC--overwrite
flag - overwrite behavior on restore--include-file
,--exclude-file
,--iinclude-file
and--iexclude-file
(note--include
and--exclude
flags already existed and these aren't currently exposed)...would be easier to expose those than the -file ones.Misc:
--insecure-no-password
- not sure if this is worth supporting atmIs there anything that requires special attention?
Related issues: