I have read the BACKUP and IMPORT / EXPORT specifications, and these are clearly meant to do a full backup and restore. But is there a way to just restore a specific vertex type and edge types? Here is the scenario: You have a weekly restore of a test instance from a prod instance. Some work is done directly in the test instance for a specific vertex type.
So rather than wipe out everything, I would like the following:
- export test
- restore from prod
- restore just a specific vertex type and edges from the test export
Is that possible?