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.
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 int32
LocalPath string
GCSPath string
OperationID string
}
Params that can be passed to PhysicalBackup.
Click to show internal directories.
Click to hide internal directories.