This still don't works? export database /tmp/test -excludeAll -includeCluster=apple -includeClass=Apple
works export database /tmp/test -excludeAll -includeCluster=vegs -includeClass=Vegs works too export database /tmp/test -excludeAll -includeCluster="apple vegs" -includeClass="Apple Vegs" don't: Done. Exported 0 of total 0 records On Saturday, February 28, 2015 at 9:33:02 PM UTC+8, Vicknesh Subramaniyam wrote: > > Hi, > > I am also facing the same issue even after wrapping the cluster names with > quotation marks (eg.. -includeCluster="cluster1 cluster2*"*) > > On Tuesday, 7 May 2013 11:44:55 UTC+5:30, Lvc@ wrote: >> >> Hi Melissa, >> have you tried: *-includeCluster="connector abstractdashboard dashboard >> dashboardgroup"* ? >> >> Lvc@ >> >> >> On 7 May 2013 04:48, Melissa Mifsud <[email protected]> wrote: >> >>> Hi, >>> >>> I'm trying to export a subset of clusters: >>> >>> orientdb> *export database C:\jdash.export -includeCluster=connector >>> abstractdashboard dashboard dashboardgroup -includeInfo=false >>> -includeSecurity=false -includeRecords=true >>> -includeIndexDefinitions=f**alse >>> -includeManualIndexes=false -includeSchema=false >>> -includeClusterDefinitions=false* >>> Exporting current database to: database C:\jdash.export >>> -includeCluster=connector abstractdashboard dashboard dashboardgroup >>> -includeInfo=false -includeSecurity=false -includeRecords=true >>> -includeIndexDefinitions=false >>> -includeManualIndexes=false -includeSchema=false >>> -includeClusterDefinitions=false... >>> May 07, 2013 12:43:00 PM com.orientechnologies.common.log.OLogManager log >>> WARNING: Unrecognized option abstractdashboard, skipped >>> May 07, 2013 12:43:00 PM com.orientechnologies.common.log.OLogManager log >>> WARNING: Unrecognized option dashboard, skipped >>> May 07, 2013 12:43:00 PM com.orientechnologies.common.log.OLogManager log >>> WARNING: Unrecognized option dashboardgroup, skipped >>> >>> Started export of database 'jdashdb' to C:\jdash.export.gz... >>> Exporting records... >>> - Cluster 'connector' (id=9)...OK (records=2/2) >>> >>> Done. Exported 2 of total 2 records >>> >>> >>> I only want to export the records to import in a newly created (empty) >>> database. >>> >>> >>> - How do I group the name of the clusters? The wiki says the names >>> should be separated by a space but that doesn't seem to be working. >>> - Do I need to export the classes of these clusters? I chose not to >>> because I figured the classes are going to be created when I recreate >>> the >>> database from scratch since my plan is just to import the records. >>> >>> >>> Melissa >>> >>> -- >>> >>> --- >>> 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/groups/opt_out. >>> >>> >>> >> >> -- --- 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.
