MongoDB
Esta página aún no está disponible en tu idioma.
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 FileSet on the client you want to protect:
FileSet { Name = "mongodb" Include { Options { Plugin = "mongodb: uri=mongodb://localhost:27017 db=*" } }}All parameters are space-separated key=value pairs. See the FileSet reference for FileSet options.
Restore
Section titled “Restore”Restore the whole database or to a point in time.
See also: Restore, Instant Recovery & V2V.