Differences
This shows you the differences between the selected revisions of the page.
2012-09-24 | 2013-05-07 | ||
5.1 is stable (martin) | back tick not needed (martin) | ||
Line 161: | Line 161: | ||
$dumpCommand = | $dumpCommand = | ||
- | ("mysqldump --opt -u {0} --password={1} --all-databases | gzip > {2}" -f ` | + | ("mysqldump --opt -u {0} --password={1} --all-databases | gzip > {2}" -f |
$dbUsername, $dbPassword, $tempFilePath) | $dbUsername, $dbPassword, $tempFilePath) | ||
$session.ExecuteCommand($dumpCommand) | $session.ExecuteCommand($dumpCommand) |