I have noticed this for a few versions. The docs says that the backup file
is in zip format:
http://www.orientechnologies.com/docs/last/orientdb.wiki/Automatic-Backup.html
<parameter name="target.fileName" value=
"${DBNAME}-${DATE:yyyyMMddHHmmss}.zip" /><!-- ${DBNAME} AND ${DATE:}
VARIABLES ARE SUPPORTED -->
But the default configuration files comes like this:
<parameter value="${DBNAME}-${DATE:yyyyMMddHHmmss}.json" name=
"target.fileName"/>
As you can see, the extension is set to json. So of course, if you just
double click the file, the file wont open correctly in a archive program. I
even checked on latest 2.0m1 build it's still wrong.
--
---
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.