A tree-based datastore comprising a forest of interconnected trees that
can be generated and/or accessed may require specialized saving and
restoring processes to ensure that all the links are properly maintained
whether it will be restored in full or in part. A previous process acted
on known features of the trees based datastore to generate a file of
metadata and packetize each of the nodes of the structure, carefully
saving the links and lists of links with old memory addresses accounted
for. This shows how to build a save file without saving all links, using
a new restore process to restore the links instead.