mirror of
https://github.com/kolaente/docker-db-backup.git
synced 2026-03-25 05:53:48 +01:00
feat: add backup compression
This commit is contained in:
@@ -63,5 +63,5 @@ func (m *MysqlDumper) Dump(c *client.Client) error {
|
||||
|
||||
args := m.buildDumpArgs()
|
||||
|
||||
return runAndSaveCommandInContainer(getDumpFilename(m.Container.Name), c, m.Container, "mysqldump", args...)
|
||||
return runAndSaveCommandInContainer(c, m.Container, "mysqldump", args...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user