When you backup the database to multiple locations, you can give sufficient buffer value to improve the backup performance. The default value is 2.
The number of buffers should be:
#sessions + #parallelism +2.
Also, the following calculation must fit:
(number of buffers * buffer-size) < UTIL_HEAP_SZ (UTIL_HEAP_SZ is the database utility heap size).