mirror of
https://github.com/jkaninda/mysql-bkup.git
synced 2025-12-06 21:49:40 +01:00
feat: add backup all databases separately
This commit is contained in:
@@ -51,5 +51,6 @@ func init() {
|
||||
BackupCmd.PersistentFlags().StringP("config", "c", "", "Configuration file for multi database backup. (e.g: `/backup/config.yaml`)")
|
||||
BackupCmd.PersistentFlags().BoolP("disable-compression", "", false, "Disable backup compression")
|
||||
BackupCmd.PersistentFlags().BoolP("all", "a", false, "Backup all databases")
|
||||
BackupCmd.PersistentFlags().BoolP("single-file", "", false, "Backup all databases in a single file")
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user