@@ -288,14 +288,14 @@ |
||
288 | 288 | |
289 | 289 | $executable = new Executable\Tar($this->pathToTar); |
290 | 290 | $executable->archiveDirectory($this->path) |
291 | - ->useCompression($this->compression) |
|
292 | - ->useCompressProgram($this->compressProgram) |
|
293 | - ->forceLocal($this->forceLocal) |
|
294 | - ->ignoreFailedRead($this->ignoreFailedRead) |
|
295 | - ->removeSourceDirectory($this->removeSourceDir) |
|
296 | - ->throttle($this->throttle) |
|
297 | - ->archiveTo($this->pathToArchive) |
|
298 | - ->dereference($this->dereference); |
|
291 | + ->useCompression($this->compression) |
|
292 | + ->useCompressProgram($this->compressProgram) |
|
293 | + ->forceLocal($this->forceLocal) |
|
294 | + ->ignoreFailedRead($this->ignoreFailedRead) |
|
295 | + ->removeSourceDirectory($this->removeSourceDir) |
|
296 | + ->throttle($this->throttle) |
|
297 | + ->archiveTo($this->pathToArchive) |
|
298 | + ->dereference($this->dereference); |
|
299 | 299 | |
300 | 300 | $this->handleIncrementalBackup($executable); |
301 | 301 |