streaming-mysql-backup-client

command
v2.13.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

README

streaming-mysql-backup-client

Usage as a library

tlsConfig := &tls.Config{}
downloader := download.NewDownloaderFromCredentials("username", "password", tlsConfig)
untarStreamer := tarpit.NewUntarStreamer("/path/to/mysql/data")

err := downloader.DownloadBackup("http://{streaming-mysql-backup-tool}:8081/backup", untarStreamer)
if err != nil {
	log.Fatal(err)
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Copied directly from https://github.com/cloudfoundry/cli/blob/a66251ed5c21c649b5d64e793555ff25026ac049/fileutils/iocopy.go
Copied directly from https://github.com/cloudfoundry/cli/blob/a66251ed5c21c649b5d64e793555ff25026ac049/fileutils/iocopy.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL