zibri
    Preparing search index...

    Default implementation of the backup service.

    Implements

    Index

    Constructors

    Properties

    isCreatingBackup: BehaviorSubject<boolean> = ...

    A subject that contains whether or not a backup is currently being created.

    isRestoringBackup: BehaviorSubject<boolean> = ...

    A subject that contains whether or not a backup is currently being restored.

    shutdownTimeoutInMs: number = ...

    The timeout for after which the graceful shutdown should fail.

    30 seconds
    

    Methods