Skip to content

Commit 6e4c329

Browse files
authored
Revert "Neo4-admin-backup-globbing (#1217)" (#1223)
This reverts commit af4d8fa because the change doesn't reflect the codebase.
1 parent af4d8fa commit 6e4c329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/backup-restore/online-backup.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ neo4j-admin database backup [-h] [--expand-commands] [--verbose]
8888
| Default
8989

9090
|<database>
91-
|Name of the remote database to backup. Supports globbing inside of double quotes, for example, "data*". (<database> is required unless `--inspect-path` is used).
91+
|Name of the remote database to backup. Can contain `*` and `?` for globbing (required unless `--inspect-path` is used).
9292
|neo4j
9393
|===
9494

9595
[TIP]
9696
====
97-
If <database> is "*", `neo4j-admin` will attempt to back up all databases of the DBMS.
97+
With a single `*` as a value, you can back up all the databases of the DBMS.
9898
====
9999

100100
[[backup-command-options]]

0 commit comments

Comments
 (0)