Skip to main content

Interface: CloudBackupEntry

Defined in: shared/types/cloud.ts:40

Entry representing a remote backup artifact stored in a cloud provider.

Propertiesโ€‹

encryptedโ€‹

encrypted: boolean;

Defined in: shared/types/cloud.ts:42

Indicates whether the stored backup is encrypted client-side.


fileNameโ€‹

fileName: string;

Defined in: shared/types/cloud.ts:44

File name presented to the user when downloading/restoring.


keyโ€‹

key: string;

Defined in: shared/types/cloud.ts:46

Provider key that uniquely identifies the backup object.


metadataโ€‹

metadata: SerializedDatabaseBackupMetadata;

Defined in: shared/types/cloud.ts:48

Metadata describing the backup contents.