Implement initial 'wdcli backup_instance' command

This commit performs an initial implementation of the 'backup_instance'
command.
This commit is contained in:
Tom Wiesing 2022-09-05 14:43:50 +02:00
parent a64c02cd78
commit 2a14d93d3c
No known key found for this signature in database
17 changed files with 437 additions and 135 deletions

2
go.mod
View file

@ -7,7 +7,7 @@ require (
github.com/alessio/shellescape v1.4.1
github.com/feiin/sqlstring v0.3.0
github.com/pkg/errors v0.9.1
github.com/tkw1536/goprogram v0.0.9
github.com/tkw1536/goprogram v0.0.10
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
gorm.io/driver/mysql v1.3.6
gorm.io/gorm v1.23.8