Skip to content

lucashtc/gobackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gobackup

Go Report Card

Ferramenta para criação de backups de Banco MySQL localmente.

Em Desenvolvimento

Installation

go get github.com/lucashtc/gobackup 

Usage

cd github.com/lucashtc/gobackup 

go run gobackup.go -l /backup/ -u userDatabase -p password
#OR 
go build 
gobackup -l /backup/ -u userDatabase -p password

License

MIT