Skip to content

Commit ee52bf0

Browse files
author
Frannie-Ludmilla
committed
Rename type <temp-path> to <path>
1 parent 588fc42 commit ee52bf0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ neo4j-admin database aggregate-backup [-h] [--expand-commands]
2828
[--verbose] [--keep-old-backup[=true|false]]
2929
[--parallel-recovery[=true|false]]
3030
[--additional-config=<file>] --from-path=<path>
31-
[--temp-path=<temp-path>] [<database>]
31+
[--temp-path=<path>] [<database>]
3232
----
3333

3434
=== Description
@@ -89,7 +89,7 @@ Note: this is an EXPERIMENTAL option.
8989
Consult Neo4j support before use.
9090
|false
9191

92-
|--temp-path=<temp-path>
92+
|--temp-path=<path>
9393
|Provide a path to a temporary empty directory for storing backup files until the command is completed. The files will be deleted once the command is finished.
9494
|
9595

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ neo4j-admin database backup [-h] [--expand-commands] [--verbose]
7676
[--parallel-recovery[=true|false]]
7777
[--additional-config=<file>]
7878
[--include-metadata=none|all|users|roles]
79-
[--inspect-path=<path>] [--pagecache=<size>] [--temp-path=<temp-path>]
79+
[--inspect-path=<path>] [--pagecache=<size>] [--temp-path=<path>]
8080
[--to-path=<path>] [--type=<type>] [--from=<host:port>[,<host:
8181
port>...]]... [<database>...]
8282
----
@@ -170,7 +170,7 @@ It is recommended to use `SHOW USERS`, `SHOW ROLES`, and `SHOW ROLE $role PRIVIL
170170
Note: this is an EXPERIMENTAL option. Consult Neo4j support before use.
171171
|false
172172

173-
|--temp-path=<temp-path>
173+
|--temp-path=<path>
174174
|Provide a path to a temporary empty directory for storing backup files until the command is completed. The files will be deleted once the command is finished.
175175
|
176176

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ neo4j-admin database restore [-h] [--expand-commands]
4040
[--verbose] [--overwrite-destination[=true|false]]
4141
[--additional-config=<file>]
4242
--from-path=<path>[,<path>...]
43-
[--restore-until=<recovery-criteria>] [--temp-path=<temp-path>]
43+
[--restore-until=<recovery-criteria>] [--temp-path=<path>]
4444
[--to-path-data=<path>] [--to-path-txn=<path>]
4545
[<database>]
4646
----
@@ -113,7 +113,7 @@ Usage of this option is only allowed if the `--from-path` parameter points to ex
113113
Usage of this option is only allowed if the `--from-path` parameter points to exactly one directory.
114114
|
115115

116-
|--temp-path=<temp-path>
116+
|--temp-path=<path>
117117
|Provide a path to a temporary empty directory for storing backup files until the command is completed. The files will be deleted once the command is finished.
118118
|
119119

0 commit comments

Comments
 (0)