Documentation
¶
Index ¶
- Constants
- Variables
- func HandleBackupPush(dbnames []string, updateLatest bool, compression bool)
- func HandleBackupRestore(backupName string, dbnames []string, noRecovery bool)
- func HandleDatabaseList(backupName string)
- func HandleLogPush(dbnames []string, compression bool)
- func HandleLogRestore(backupName string, untilTs string, dbnames []string, noRecovery bool)
- func RunProxy(folder storage.Folder)
- type SentinelDto
Constants ¶
View Source
const AllDatabases = "ALL"
View Source
const LogNamePrefix = "wal_"
View Source
const TimeSQLServerFormat = "Jan 02, 2006 03:04 PM"
Variables ¶
View Source
var SystemDbnames = []string{
"master",
"msdb",
"model",
}
Functions ¶
func HandleBackupPush ¶
func HandleBackupRestore ¶
func HandleDatabaseList ¶ added in v0.2.18
func HandleDatabaseList(backupName string)
func HandleLogPush ¶ added in v0.2.18
func HandleLogRestore ¶ added in v0.2.18
Types ¶
type SentinelDto ¶
func (*SentinelDto) String ¶
func (s *SentinelDto) String() string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.