Hi Luca,

I have checked the ORIENTDB_HOME variable and write permission, they are 
fine, but backup still says this error.

I am using OrientDB 2.1.9 community version on Ubuntu 14.04.3 LTS trusty.

Any help will be very appreciated!

My Best,
Hung Tran

On Thursday, April 21, 2016 at 10:20:05 PM UTC+7, l.garulli wrote:
>
> 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 <tdhu...@gmail.com <javascript:>> 
> 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 orient-databa...@googlegroups.com <javascript:>.
>> 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 orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to