Re: [Virtuoso-users] Backing-up Virtuoso

2011-05-06 Thread Alexandre Passant
Thanks, I haven't seen where the default directory was ! Alex. On 3 May 2011, at 11:15, Hugh Williams wrote: > Hi Alexandre, > > The backup files would get written the the master node database working > directory ie cluster_01 in your case or you can specify a directory for the > files to be

Re: [Virtuoso-users] Backing-up Virtuoso

2011-05-03 Thread Tim Haynes
On 03/05/2011 00:30, Alexandre Passant wrote: > Also, is there an easy way to create a full NQUAD archive from the content of > my RDF store ? Should be pretty easy, I think. a) devise a query that returns everything, for example select distinct * where { graph ?g { ?s ?p ?o . } } limit 1000 b)

Re: [Virtuoso-users] Backing-up Virtuoso

2011-05-03 Thread Hugh Williams
Hi Alexandre, The backup files would get written the the master node database working directory ie cluster_01 in your case or you can specify a directory for the files to be written to with the optional 4th parameter of this function as detailed in the function reference guide at: http

[Virtuoso-users] Backing-up Virtuoso

2011-05-02 Thread Alexandre Passant
Hi, I'm trying to do some backups of my setup. I used the instructions from http://docs.openlinksw.com/virtuoso/backup.html to do online backup with backup_online ('virt-inc_dump_#', 150); Where is the backup file stored ? Also, is there an easy way to create a full NQUAD archive from the cont