You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|A commaseparated list of property keys to include in the copy for relationships with the specified type.
105
-
Any relationship types not explicitly mentioned will have all their properties included in the copy. Can not be combined with `--skip-properties` or `--skip-relationship-properties`.
104
+
|A comma-separated list of property keys to include in the copy for relationships with the specified type.
105
+
Any relationship types not explicitly mentioned will have all their properties included in the copy.Cannot be combined with `--skip-properties` or `--skip-relationship-properties`.
|A commaseparated list of property keys to ignore for nodes with the specified label. Cannot be combined with `--skip-properties` or `--copy-only-node-properties`.
159
+
|A comma-separated list of property keys to ignore for nodes with the specified label. Cannot be combined with `--skip-properties` or `--copy-only-node-properties`.
160
160
|
161
161
162
162
|--skip-properties=<property>[,<property>...]
163
-
|A commaseparated list of property keys to ignore.
163
+
|A comma-separated list of property keys to ignore.
164
164
Cannot be combined with `--skip-node-properties`, `--copy-only-node-properties`, `--skip-relationship-properties` or `--copy-only-relationship-properties`.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/backup-restore/restore-dump.adoc
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,7 @@ If `--info` is specified, then the database is not loaded, but information (i.e.
52
52
| Description
53
53
| Default
54
54
|<database>
55
-
|Name of the database to load.
56
-
Can contain `*` and `?` for globbing.
55
+
|Name of the database to load. Can contain `*` and `?` for globbing. Note that `*` and `?` have special meaning in some shells and might need to be escaped or used with quotes.
0 commit comments