Class FilesystemBackupStore

java.lang.Object
io.camunda.zeebe.backup.filesystem.FilesystemBackupStore
All Implemented Interfaces:
BackupStore

public final class FilesystemBackupStore extends Object implements BackupStore
BackupStore for local filesystem. Stores all backups in a given baseDir.

All created object keys are prefixed by the BackupIdentifier, with the following scheme: basePath/partitionId/checkpointId/nodeId.