@@ -21,8 +21,7 @@ Overview
21
21
22
22
{+c2c-full-product-name+} connects MongoDB clusters and provides a way
23
23
to synchronize data between them. The tool that makes the connection is
24
- :ref:`c2c-mongosync`. This page provides a short introduction to help
25
- you get started with {+c2c-product-name+}. For more details, please see
24
+ :ref:`mongosync <c2c-mongosync>`. For more details, please see
26
25
the rest of the {+c2c-product-name+} documentation.
27
26
28
27
``mongosync`` syncs data between two clusters.
@@ -119,7 +118,7 @@ Setup
119
118
120
119
.. step:: Download and install ``mongosync``
121
120
122
- :ref:`c2c- mongosync` is the tool that connects the source and
121
+ `` mongosync` ` is the tool that connects the source and
123
122
destination clusters. You can host ``mongosync`` on its own
124
123
hardware, ``mongosync`` does not have to run on the hardware that
125
124
hosts your MongodDB clusters.
@@ -171,7 +170,7 @@ Connect the Clusters
171
170
172
171
.. step:: Initialize mongosync
173
172
174
- :program:` mongosync` must create an initial connection to the source and
173
+ `` mongosync` ` must create an initial connection to the source and
175
174
destination clusters before it can start to sync data. To create the initial
176
175
connection, issue the following command with your connection
177
176
strings on a single line (the command is
@@ -295,7 +294,7 @@ Synchronization Notes
295
294
296
295
- The default port for the HTTP API is ``27182``. Use the ``--port``
297
296
option with ``mongosync`` to :ref:`configure another port
298
- <c2c-mongosync>`
297
+ <c2c-config>`.
299
298
300
299
- ``mongosync`` can swap the source and destination clusters to enable
301
300
:ref:`reverse synchronization <c2c-api-reverse>`.
0 commit comments