Pular para o conteúdo

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.

  • Replica-set aware
  • Sharded clusters
  • Consistent snapshots

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 the whole database or to a point in time.

See also: Restore, Instant Recovery & V2V.