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 written to with the optional 4th parameter of this function as 
 detailed in the function reference guide at:
 
   http://docs.openlinksw.com/virtuoso/fn_backup_online.html
 
 Best Regards
 Hugh Williams
 Professional Services
 OpenLink Software
 Web: http://www.openlinksw.com
 Support: http://support.openlinksw.com
 Forums: http://boards.openlinksw.com/support
 Twitter: http://twitter.com/OpenLink
 
 On 3 May 2011, at 00:30, Alexandre Passant wrote:
 
 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 content 
 of my RDF store ?
 
 Thanks,
 
 Alex.
 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network 
 management toolset available today.  Delivers lowest initial 
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd___
 Virtuoso-users mailing list
 Virtuoso-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/virtuoso-users
 

--
Dr. Alexandre Passant, 
Social Software Unit Leader
Digital Enterprise Research Institute, 
National University of Ireland, Galway





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://docs.openlinksw.com/virtuoso/fn_backup_online.html

Best Regards
Hugh Williams
Professional Services
OpenLink Software
Web: http://www.openlinksw.com
Support: http://support.openlinksw.com
Forums: http://boards.openlinksw.com/support
Twitter: http://twitter.com/OpenLink

On 3 May 2011, at 00:30, Alexandre Passant wrote:

 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 content of 
 my RDF store ?
 
 Thanks,
 
 Alex.
 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network 
 management toolset available today.  Delivers lowest initial 
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd___
 Virtuoso-users mailing list
 Virtuoso-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/virtuoso-users



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) make it visible at a URL somewhere: I suggest one starting with /sparql
and then all you have to do is curl(1) it off to a file as and when. :)

c) There are more flexible, potentially faster, methods if you go via SQL:
see Conductor / XML / stored queries where a SQLX query is persisted in
WebDAV. You could even write a procedure to format the output as you wish
and then make it a web-service/SOAP endpoint (also in the Conductor).

HTH,

~Tim
-- 
Tim Haynes
Product Development Consultant
OpenLink Software
http://www.openlinksw.com/
http://twitter.com/openlink