Hi Luca,

in the running app I do (it's a Groovy script):

{
import com.orientechnologies.orient.core.db.document.*

ODatabaseDocumentTx db = new 
ODatabaseDocumentTx("plocal:/Users/markus/orientdb/OrientDevDB")
db.open("admin", "admin")
try {
    db.backup(new FileOutputStream('/Users/markus/test.zip'), null, null, 
null, 9, 2048)
}
finally {
    db.close()
}
}

-- 

--- 
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