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

See also: Restore, Instant Recovery & V2V.