Is ORIENTDB_HOME variable configured correctly? Can the user that runs
OrientDB write on that directory?

Best Regards,

Luca Garulli
Founder & CEO
OrientDB <http://orientdb.com/>


On 21 April 2016 at 16:28, Hung Tran <[email protected]> wrote:

>
> Hi Luca,
>
> I have tried to enable it on OrientDB 2.1.8, but i got errors in Server
> console.
>
>
>
>
>
> Am I missing any step? Any help will be very appreciated!
>
> My Best,
> Hung Tran
>
> On Thursday, October 6, 2011 at 1:11:39 AM UTC+7, Lvc@ wrote:
>>
>> Hi all,
>> in SVN trunk it's available an interesting feature for OrientDB server: 
>> *automatic
>> backups*. Just enabled it and OrientDB will create backups for installed
>> databases in transparent way.
>>
>> http://code.google.com/p/orient/wiki/AutomaticBackup
>>
>> To configure it add this snipped in your *orientdb-server-config.xml*
>> file between handlers:
>>
>> <!-- AUTOMATIC BACKUP, TO TURN ON SET THE 'ENABLED' PARAMETER TO 'true' -->
>> <handler 
>> class="com.orientechnologies.orient.server.handler.OAutomaticBackup">
>>
>>
>>   <parameters>
>>     <parameter name="enabled" value="true" />
>>
>>
>>     <parameter name="delay" value="4h" />
>>
>>
>>     <parameter name="target.directory" value="backup" />
>>
>>
>>     <parameter name="target.fileName" 
>> value="${DBNAME}-${DATE:yyyyMMddHHmmss}.json" />
>>
>>
>>     <parameter name="db.include" value="" />
>>
>>
>>     <parameter name="db.exclude" value="" />
>>
>>
>>   </parameters>
>> </handler>
>>
>>
>> Lvc@
>>
>> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "OrientDB" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to