Skip to content

Commit 0383940

Browse files
Document --prefer-diff-as-parent
1 parent 6cd1313 commit 0383940

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ For more information, see xref:backup-restore/online-backup.adoc#online-backup-c
6464

6565
[source,role=noheader]
6666
----
67-
neo4j-admin database backup [-h] [--expand-commands] [--verbose]
67+
neo4j-admin database backup [-h] [--expand-commands] [--prefer-diff-as-parent] [--verbose]
6868
[--compress[=true|false]] [--keep-failed[=true|false]]
6969
[--parallel-recovery[=true|false]]
7070
[--additional-config=<file>]
@@ -162,6 +162,10 @@ It is recommended to use `SHOW USERS`, `SHOW ROLES`, and `SHOW ROLE $role PRIVIL
162162
Note: this is an EXPERIMENTAL option. Consult Neo4j support before use.
163163
|false
164164

165+
|--prefer-diff-as-parent
166+
|When performing a differential backup, prefer the latest not-empty differential backup as parent instead of the latest full backup.
167+
|false
168+
165169
|--temp-path=<path>
166170
|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.
167171
|

0 commit comments

Comments
 (0)