Documentation ¶
Overview ¶
Package backup provides physical database backup utility functions intended to be called from a Config Agent gRPC server.
Package backup this file provides the restore and recovery functions from a physical backup and is intended to be called from a Config Agent gRPC server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PhysicalBackup ¶
PhysicalBackup takes a physical backup of the oracle database.
func PhysicalBackupDelete ¶
PhysicalBackupDelete deletes a physical backup of the oracle database.
Types ¶
type Params ¶
type Params struct { InstanceName string CDBName string Client dbdpb.DatabaseDaemonClient Granularity string Backupset bool DOP int32 CheckLogical bool Compressed bool Level int32 Filesperset int32 SectionSize resource.Quantity LocalPath string GCSPath string BackupTag string OperationID string LogGcsDir string Incarnation string BackupIncarnation string StartTime *timestamppb.Timestamp EndTime *timestamppb.Timestamp StartSCN int64 EndSCN int64 }
Params that can be passed to PhysicalBackup.
Click to show internal directories.
Click to hide internal directories.