commit
6712e2a9ec
|
@ -143,6 +143,7 @@ func (o *CreateOptions) Run(c *cobra.Command, f client.Factory) error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("Backup %q created successfully.\n", backup.Name)
|
fmt.Printf("Backup request %q submitted successfully.\n", backup.Name)
|
||||||
|
fmt.Printf("Run `ark backup describe %s` for more details.\n", backup.Name)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
@ -144,6 +144,7 @@ func (o *CreateOptions) Run(c *cobra.Command, f client.Factory) error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("Restore %q created successfully.\n", restore.Name)
|
fmt.Printf("Restore request %q submitted successfully.\n", restore.Name)
|
||||||
|
fmt.Printf("Run `ark restore describe %s` for more details.\n", restore.Name)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue