You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
all resources from namespaces included by their names:--include-namespaces
resources that match a certain label :--selector (possibly more restricted by the--include-namespaces above)
What we need is to backup everything belonging to namespaces that have specifically a certain label attached, ie select the namespaces to backup based on an label assigned directly to the namespace, instead of their names
Is there a way to do this?
If not, it would be something like adding a new parameter for this: --include-namespaces-selector?
Thx
The text was updated successfully, but these errors were encountered:
skriss
changed the title
Hot to select namespaces to backup on a NS label instead of the NS names?
Allow selecting namespaces to backup on a NS label instead of the NS names
Apr 29, 2020
velero backup create
allows to backup:--include-namespaces
--selector
(possibly more restricted by the--include-namespaces
above)What we need is to backup everything belonging to namespaces that have specifically a certain label attached, ie select the namespaces to backup based on an label assigned directly to the namespace, instead of their names
Is there a way to do this?
If not, it would be something like adding a new parameter for this:
--include-namespaces-selector
?Thx
The text was updated successfully, but these errors were encountered: