File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
modules/ROOT/pages/backup-restore Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments