Is it possible to change the number of threads for the xz command in the filesystem backup module? I would like to use all of the available cpu's on my system. I have tried to add --threads=0 in the Extra command-line parameters but it does not work giving error.
The error is:
tar: unrecognized option '--threads=0'
Try 'tar --help' or 'tar --usage' for more information.
So it seems the options are passed to tar and not xz.