Implement initial 'wdcli backup_instance' command
This commit performs an initial implementation of the 'backup_instance' command.
This commit is contained in:
parent
a64c02cd78
commit
2a14d93d3c
17 changed files with 437 additions and 135 deletions
|
|
@ -41,12 +41,12 @@ func init() {
|
|||
// instance tasks
|
||||
wdcli.Register(cmd.Shell)
|
||||
wdcli.Register(cmd.BlindUpdate)
|
||||
wdcli.Register(cmd.Cron)
|
||||
wdcli.Register(cmd.UpdatePrefixConfig) // TODO: Move into post-instance configuration
|
||||
|
||||
// backup & cron
|
||||
// wdcli.Register(cmd.BackupInstance)
|
||||
wdcli.Register(cmd.BackupInstance)
|
||||
// wdcli.Register(cmd.BackupAll)
|
||||
wdcli.Register(cmd.Cron)
|
||||
}
|
||||
|
||||
// an error when no arguments are provided.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue