diff --git a/modules/ROOT/pages/backup-restore/aggregate.adoc b/modules/ROOT/pages/backup-restore/aggregate.adoc index fc9303ff5..c8469cbd4 100644 --- a/modules/ROOT/pages/backup-restore/aggregate.adoc +++ b/modules/ROOT/pages/backup-restore/aggregate.adoc @@ -45,7 +45,7 @@ Aggregates a chain of backup artifacts into a single artifact. | Description |[] -|Name of the database for which to aggregate the artifacts. Can contain `*` and `?` for globbing. +|Name of the database for which to aggregate the artifacts. Can contain * and ? for globbing. |=== @@ -106,7 +106,7 @@ For more information, see <>. [NOTE] ==== -Neo4j 5.24 introduces the `--temp-path` option to address potential issues related to disk space when performing backup-related commands, especially when cloud storage is involved. +Neo4j 5.24 introduces the `--temp-path` option to address potential issues related to disk space when performing backup-related commands, especially when cloud storage is involved. If `--temp-path` is not set, a temporary directory is created inside the directory specified by the `--from-path` option. diff --git a/modules/ROOT/pages/backup-restore/offline-backup.adoc b/modules/ROOT/pages/backup-restore/offline-backup.adoc index 6f67fc67a..89bfb78b1 100644 --- a/modules/ROOT/pages/backup-restore/offline-backup.adoc +++ b/modules/ROOT/pages/backup-restore/offline-backup.adoc @@ -48,8 +48,8 @@ It is not possible to dump a database that is mounted in a running Neo4j server. | Description | -|Name of the database to dump. Can contain `\*` and `?` for globbing. - Note that `*` and `?` have special meaning in some shells and might need to be escaped or used with quotes. +|Name of the database to dump. Can contain * and ? for globbing. + Note that * and ? have special meaning in some shells and might need to be escaped or used with quotes. |=== [[offline-backup-command-options]] diff --git a/modules/ROOT/pages/tools/neo4j-admin/migrate-database.adoc b/modules/ROOT/pages/tools/neo4j-admin/migrate-database.adoc index b36a82fee..3c5390db4 100644 --- a/modules/ROOT/pages/tools/neo4j-admin/migrate-database.adoc +++ b/modules/ROOT/pages/tools/neo4j-admin/migrate-database.adoc @@ -38,7 +38,7 @@ The `neo4j-admin database migrate` command is run only on a stopped database. | Description | -|Name of the database to migrate. Can contain `\*` and `?` for globbing. Note that `*` and `?` have special meaning in some shells and might need to be escaped or used with quotes. +|Name of the database to migrate. Can contain * and ? for globbing. Note that * and ? have special meaning in some shells and might need to be escaped or used with quotes. |=== === Options