Skip to content

Commit

Permalink
Don't set all-databases as default for args (#733)
Browse files Browse the repository at this point in the history
Signed-off-by: hmsayem <[email protected]>
  • Loading branch information
hmsayem authored Oct 17, 2023
1 parent e892599 commit 44c6fe0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ func NewCmdBackup() *cobra.Command {
masterURL string
kubeconfigPath string
opt = mysqlOptions{
myArgs: "--all-databases",
setupOptions: restic.SetupOptions{
ScratchDir: restic.DefaultScratchDir,
EnableCache: false,
Expand Down

0 comments on commit 44c6fe0

Please sign in to comment.