
IndexBackupOptions
- Namespace
- Rowles.LeanCorpus.Index.Backup
- Assembly
- Rowles.LeanCorpus.dll
Configures index backup creation.
public sealed class IndexBackupOptions
- Inheritance
-
IndexBackupOptions
CommitGeneration
Gets or sets the commit generation to back up. When null, the latest readable commit is used.
IncludeCommitStats
Gets or sets whether stats_N.json is included when present. Defaults to true.
OverwriteBackupDirectory
Gets or sets whether an existing backup directory may be cleared before the backup is written.
PreviousBackupDirectoryPath
Gets or sets the previous backup directory used to create a manifest-linked incremental backup.
When null, all files are copied and the backup is self-contained.