Type alias BackupCollectionArgs

BackupCollectionArgs: {
    backend: Backend;
    backupId: string;
    waitForCompletion?: boolean;
}

The arguments required to create and restore backups.

Type declaration

  • backend: Backend

    The backend to use for the backup.

  • backupId: string

    The ID of the backup.

  • Optional waitForCompletion?: boolean

    The collections to include in the backup.