@@ -38,10 +38,11 @@ All administration commands, except for `help` and `version`, are organized into
3838* `dbms` - DBMS-wide (for single and clustered environments) administration tasks
3939* `server` - server-wide administration tasks
4040* `database` - database-specific administration tasks
41+ * `backup` - backup-specific tasks
4142
4243[[neo4j-admin-commands]]
4344.Available commands per category
44- [options="header", cols="25,25a ,50a"]
45+ [options="header", cols="25,30a ,50a"]
4546|===
4647| Category
4748| Command
@@ -109,9 +110,13 @@ For details, see xref:tools/neo4j-admin/unbind.adoc[Unbind a Neo4j cluster serve
109110
110111.11+| `database`
111112
112- | `aggregate-backup`
113+ | `aggregate-backup` label:deprecated[Deprecated in 2025.01]
113114| Aggregates a chain of backup artifacts into a single artifact.
114115
116+ For details, see xref:backup-restore/aggregate.adoc[].
117+
118+ Replaced by `neo4j-admin backup aggregate`.
119+
115120| `backup`
116121| Performs an online backup from a running Neo4j enterprise server.
117122
@@ -151,6 +156,18 @@ For details, see xref:tools/neo4j-admin/neo4j-admin-store-info.adoc[Display stor
151156| Pushes a local database to a Neo4j Aura instance.
152157
153158For details, see xref:tools/neo4j-admin/upload-to-aura.adoc[Upload to Neo4j AuraDB].
159+
160+ .2+| `backup`
161+
162+ |`inspect`
163+ | Lists the metadata stored in the header of backup files.
164+
165+ For details, see xref:backup-restore/inspect.adoc[].
166+
167+ |`aggregate` label:new[Introduced in 2025.01]
168+ |Aggregates a chain of backup artifacts into a single artifact.
169+
170+ For details, see xref:backup-restore/aggregate.adoc[].
154171|===
155172
156173== The `neo4j` tool
0 commit comments