Depends on whether the workload is read only or not. For a read-only
workload it may work and for a read-write workload you'll almost certainly
get a corrupted/incomplete copy.
In either case copying a live database is strongly discouraged and is at
your own risk
In Fuseki we provide the ability
Hi
My use case is : run some statistics on TDB instance that are not exposed
via the web application.
And I would prefer not to stop the web application, that has users entering
data.
So I thought that I could type in the shell :
cp -r TDB TDsnapshot
while the web application with TDB embedded is