* Passes any runtime errors from command invocation back to the shell as an exit status.
* Support parallelization with the `--jobs` parameter. This can have a **drastic** impact on performance.
* On a benchmark test, this reduced the backup time from 47 minutes to 6 minutes when running with `--jobs=8`.
* Be aware that this will also open 8 connections to your database, and will impact the performance of the targeted database.