Core idea

DMT ENGINE once you fetch it from the source does not have any connection to the outside world. It is isolated on your computer. Before it is run it just sits in ~/.dmt directory in its entirety.

Even when it is run it does not connect to any outside service in its initial configuration. We will set it up to always connect to your PS. We signify this as PC → PS. This is for a later section in this manual.

We have to start somewhere else first.

DMT ENGINE Replication

The gist of the idea:

# just an illustration - do not use in practice, read below
rsync ~/.dmt user@ip

This is the basics for DMT ENGINE replication.

If you did that, it would work but there are still some details and edge cases that need to be handled and so it is much better to use:

dmt update user@ip

Last updated