mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-24 08:54:30 +00:00
* Update site for v1.4.0-beta.1 Signed-off-by: Nolan Brubaker <brubakern@vmware.com> * Add v1.4.0-beta.1 changelogs Signed-off-by: Nolan Brubaker <brubakern@vmware.com> * Update upgrade link to v1.4 Signed-off-by: Nolan Brubaker <brubakern@vmware.com> * Correct docs links in changelog Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
349 B
349 B
Backup Reference
Exclude Specific Items from Backup
It is possible to exclude individual items from being backed up, even if they match the resource/namespace/label selectors defined in the backup spec. To do this, label the item as follows:
kubectl label -n <ITEM_NAMESPACE> <RESOURCE>/<NAME> velero.io/exclude-from-backup=true