Is it safe to sync Opus' registry keys among computers?

I am writing a script to export registry keys from my desktop (master) and import them on my laptop (slave).

While scanning the registry, I found the key HKEY_LOCAL_MACHINE\SOFTWARE\GPSoftware\Directory Opus\Config\System\Data. It has lots of binary values and I don't know their purpose.

I am trying to skip machine dependent entries, like hard coded coordinates for windows, activation codes tied to hardware, etc.

Is it safe to sync that key? In other words, will Opus stop working correctly if I sync that key?

Currently that is the only one I came across. If you know of any other key used by Opus that may not look safe to export-import, tell me.

What are the benefits in comparison to export and import full configuration?

There's no reason to sync that. It should be harmless if you do, but I would keep things simple and not sync it, as there's no benefit in doing so.

None, I guess. I am only automating the export-import of various programs, including Windows. Rather than use the GUI for each one, one script shall do it all with one click.