Documentation
¶
Index ¶
- Constants
- Variables
- func HandleBackupPush(dbnames []string, updateLatest bool, compression bool)
- func HandleBackupRestore(backupName string, dbnames []string, fromnames []string, noRecovery bool)
- func HandleDatabaseList(backupName string)
- func HandleLogPush(dbnames []string, compression bool)
- func HandleLogRestore(backupName string, untilTS string, dbnames []string, fromnames []string, ...)
- func RunProxy(folder storage.Folder)
- type DatabaseFile
- type SentinelDto
Constants ¶
View Source
const AllDatabases = "ALL"
View Source
const BlobNamePrefix = "blob_"
View Source
const LogNamePrefix = "wal_"
View Source
const MaxBlobSize = MaxTransferSize * MaxBlocksPerBlob
View Source
const MaxBlocksPerBlob = 25000 // 50000 actually, but we need some safety margin
View Source
const MaxTransferSize = 4 * 1024 * 1024
View Source
const TimeSQLServerFormat = "Jan 02, 2006 03:04:05 PM"
Variables ¶
View Source
var SystemDbnames = []string{
"master",
"msdb",
"model",
}
Functions ¶
func HandleBackupPush ¶
func HandleBackupRestore ¶
func HandleDatabaseList ¶
func HandleDatabaseList(backupName string)
func HandleLogPush ¶
func HandleLogRestore ¶
Types ¶
type DatabaseFile ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.