Function: backupMetadataKeyForBackupKey()
backupMetadataKeyForBackupKey(
backupKey:string):string
Defined in: electron/services/cloud/providers/CloudBackupMetadataFile.ts:119
Returns the canonical metadata sidecar key for a backup object key.
Parameters
backupKey
string
Returns
string
Remarks
Backups are stored as a binary object under backups/<...>. Their metadata
is stored next to the binary object using the .metadata.json suffix.