tiddlywebplugins.migrate is a plugin that enables migrating the content of one store to another. For the purposes of backup, mirroring, or migrating to a new store format (e.g text to sql) etc.
It simply traverses the source store, getting each entity, and then putting it to the other store.
It may be installed from PyPI as tiddlywebplugins.migrate using pip.