@@ -150,12 +150,12 @@ |
||
150 | 150 | if (null == $this->executable) { |
151 | 151 | $this->executable = new Executable\Innobackupex($this->pathToXtraBackup); |
152 | 152 | $this->executable->useHost($this->host) |
153 | - ->credentials($this->user, $this->password) |
|
154 | - ->dumpDatabases($this->databases) |
|
155 | - ->including($this->include) |
|
156 | - ->dumpFrom($this->dataDir) |
|
157 | - ->dumpTo($this->getDumpDir($target)) |
|
158 | - ->showStdErr($this->showStdErr); |
|
153 | + ->credentials($this->user, $this->password) |
|
154 | + ->dumpDatabases($this->databases) |
|
155 | + ->including($this->include) |
|
156 | + ->dumpFrom($this->dataDir) |
|
157 | + ->dumpTo($this->getDumpDir($target)) |
|
158 | + ->showStdErr($this->showStdErr); |
|
159 | 159 | } |
160 | 160 | |
161 | 161 | return $this->executable; |