Please enter search query.
Search <book_title>...
NetBackup™ for Kubernetes Administrator's Guide
Last Published:
2024-09-30
Product(s):
NetBackup & Alta Data Protection (10.5)
- Overview of NetBackup for Kubernetes
- Deploying and configuring the NetBackup Kubernetes operator
- Configure settings for NetBackup snapshot operation
- Deploying certificates on NetBackup Kubernetes operator
- Managing Kubernetes assets
- Managing Kubernetes intelligent groups
- Managing Kubernetes policies
- Protecting Kubernetes assets
- Managing image groups
- Protecting Rancher managed clusters in NetBackup
- Recovering Kubernetes assets
- About incremental backup and restore
- Enabling accelerator based backup
- Enabling FIPS mode in Kubernetes
- About Openshift Virtualization support
- Troubleshooting Kubernetes issues
Customization of datamover properties
You can customize datamover properties by passing key-value pairs in the backup server specific configmap.
Table: Datamover properties
Key Name | Possible Values |
---|---|
VXMS_VERBOSE | Range:[0,99] |
VERBOSE | Range:[0,5] |
DTE_CLIENT_MODE |
|
To update the configmap, add the key value pairs as follows:
apiVersion: v1 data: datamover.properties: | image=reg.domain.com/datamover/image:latest VERBOSE=5 DTE_CLIENT_MODE=OFF VXMS_VERBOSE=5 version: "1" kind: ConfigMap metadata: name: backupserver.sample.domain.com namespace: kops-ns