diff --git a/turbo/app/make_app.go b/turbo/app/make_app.go index 11dbacde5..dea56d8cc 100644 --- a/turbo/app/make_app.go +++ b/turbo/app/make_app.go @@ -53,7 +53,7 @@ func MakeApp(name string, action cli.ActionFunc, cliFlags []cli.Flag) *cli.App { &importCommand, &snapshotCommand, &supportCommand, - &backupCommand, + //&backupCommand, } return app }