velero
velero copied to clipboard
Support filter the resource by name during the backup
Currently, the --include-resources
option of velero backup create
command only supports specifying the resource type, but there are requirements that only need to back up a specified resource.
Vote on this issue!
This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.
- :+1: for "I would like to see this bug fixed as soon as possible"
- :-1: for "There are more important bugs to focus on right now"
- velero restore for the same requirement
IMO this is a slightly lower priority than https://github.com/vmware-tanzu/velero/issues/5120 as it feels natural to use label to solve this problem?
IMO this is a slightly lower priority than #5120 as it feels natural to use label to solve this problem?
I think we should not touch user's resources, and it might cause probelms. Also labels don't work sometimes since resouces owner can revert such changes
This issue https://github.com/vmware-tanzu/velero/issues/5152 describes one option about how to implement this feature
@ywk253100 note that I've suggested a change to https://github.com/vmware-tanzu/velero/issues/5152 to make it more flexible with respect to includes/excludes as well as less confusing with respect to existing include/exclude behavior.
Currently, the
--include-resources
option ofvelero backup create
command only supports specifying the resource type, but there are requirements that only need to back up a specified resource.Vote on this issue!
This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here. Use the "reaction smiley face" up to the right of this comment to vote.
- 👍 for "I would like to see this bug fixed as soon as possible"
- 👎 for "There are more important bugs to focus on right now"
I've deployed Velero on kubernetes cluster in corporate level and we have the same requirement. Hope they add this feature soon.