I am working on replicating my application's environments and one of the components is a Virtuoso
RDF
data store. What I need to do is copy the entire database from one host to another.
I have found these instructions but they assume admin rights on the source to produce a dump. I only have admin rights on the target host.
Is there a way to easily copy an entire source database to a target easily without doing multiple sparql
reads or at least with simple sparql that doesn't require knowing the data structure, if I am not an admin and can't do a dump from the source?