MongoDB
Este conteúdo não está disponível em sua língua ainda.
Cluster-aware backup and restore for MongoDB replica sets and sharded clusters, with consistent snapshots across nodes.
Capabilities
Section titled “Capabilities”- Replica-set aware
- Sharded clusters
- Consistent snapshots
Configure
Section titled “Configure”Add the plugin to a Content on the client you want to protect:
Content { Name = "mongodb" Include { Options { Plugin = "mongodb: uri=mongodb://localhost:27017 db=*" } }}All parameters are space-separated key=value pairs. See the Content reference for Content options.
Restore
Section titled “Restore”Restore the whole database or to a point in time.
See also: Restore, Instant Recovery & V2V.