Skip to content

Commit 44c6fe0

Browse files
authored
Don't set all-databases as default for args (#733)
Signed-off-by: hmsayem <hmsayem@appscode.com>
1 parent e892599 commit 44c6fe0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/backup.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ func NewCmdBackup() *cobra.Command {
4646
masterURL string
4747
kubeconfigPath string
4848
opt = mysqlOptions{
49-
myArgs: "--all-databases",
5049
setupOptions: restic.SetupOptions{
5150
ScratchDir: restic.DefaultScratchDir,
5251
EnableCache: false,

0 commit comments

Comments
 (0)