Hi,

We did online backups manually following this procedure that we would like to automate:
|"isql-vt 1111 dba dba"|
|"status();"|
|"checkpoint_interval(-1);"|||
|"checkpoint;"|
|"backup_online('virt-inc_dump_01082015#',1000000,0,vector('/usr/local/var/lib/virtuoso_backup'));"|
|"checkpoint_interval(60);"

|
I read there's a scheduler to do this here: http://docs.openlinksw.com/virtuoso/databaseadmsrv.html#backup as "It is possible, and perhaps preferable, to create stored procedures for performing the backup functions and scheduling these with the Virtuoso scheduler." but can't find a documentation about how to set it up.

Could you point me out such documentation about how to set up the scheduler to do online backups to be able to automate the backup process above?

Regards,
Balazs Varhegyi
------------------------------------------------------------------------------
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to