feat(backup): add containerarchive-backed backup storage, restore, download, and pruning support
This commit is contained in:
@@ -28,7 +28,9 @@ export interface IBackup {
|
||||
serviceId: number;
|
||||
serviceName: string;
|
||||
filename: string;
|
||||
snapshotId?: string;
|
||||
sizeBytes: number;
|
||||
storedSizeBytes?: number;
|
||||
createdAt: number;
|
||||
includesImage: boolean;
|
||||
platformResources: TPlatformServiceType[];
|
||||
|
||||
Reference in New Issue
Block a user