mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// backup_and_restore/application_backup_and_restore/oadp-api.adoc
|
|
:_mod-docs-content-type: REFERENCE
|
|
|
|
[id="datamover-type_{context}"]
|
|
= DataMover type
|
|
|
|
[role="_abstract"]
|
|
The following are `DataMover` {oadp-short} APIs:
|
|
|
|
.DataMover
|
|
[options="header"]
|
|
|===
|
|
|Property|Type|Description
|
|
|
|
|`enable`
|
|
|link:https://pkg.go.dev/builtin#bool[bool]
|
|
|If set to `true`, deploys the volume snapshot mover controller and a modified CSI Data Mover plugin. If set to `false`, these are not deployed.
|
|
|
|
|`credentialName`
|
|
|link:https://pkg.go.dev/builtin#string[string]
|
|
|User-supplied Restic `Secret` name for Data Mover.
|
|
|
|
|`timeout`
|
|
|link:https://pkg.go.dev/builtin#string[string]
|
|
|A user-supplied duration string for `VolumeSnapshotBackup` and `VolumeSnapshotRestore` to complete. Default is `10m` (10 minutes). A duration string is a possibly signed sequence of decimal numbers, each with optional fraction and a unit suffix, such as `300ms`, `-1.5h`, or `2h45m`. Valid time units are `ns`, `us` (or `µs`), `ms`, `s`, `m`, and `h`.
|
|
|=== |