mirror of
https://kolaente.dev/konrad/docker-db-backup.git
synced 2026-01-10 02:50:08 +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