Skip to content

Commit 1df2fa0

Browse files
Explain the use of prefer-diff-as-parent
1 parent a5e75a1 commit 1df2fa0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,3 +459,17 @@ bin/neo4j-admin database backup --to-path=azb://myStorageAccount/myContainer/myD
459459
----
460460
======
461461
=====
462+
463+
464+
[role=label--new-2025.04]
465+
[[diff-backup-as-parent]]
466+
=== Perform a differential backup using the `--prefer-diff-as-parent` option
467+
468+
When creating a differential backup, the parent is always the most recent (non-empty) backup in the directory.
469+
In some cases the directory may have two equally recent backups -- a full backup and a differential one.
470+
By default, the full backup is chosen as the parent.
471+
But you can use the differential backup as the parent by setting the option `--prefer-diff-as-parent` to `True`.
472+
473+
474+
475+

0 commit comments

Comments
 (0)