mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-04 12:14:00 +00:00
* remove docs header about project rename Signed-off-by: Steve Kriss <krisss@vmware.com> * remove Upgrade to 1.0 page from master TOC Signed-off-by: Steve Kriss <krisss@vmware.com> * standardize TOC titles Signed-off-by: Steve Kriss <krisss@vmware.com> * add backup/restore docs for undocumented features Signed-off-by: Steve Kriss <krisss@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