fdupoux / fsarchiver

file system archiver for linux
http://www.fsarchiver.org
GNU General Public License v2.0
263 stars 42 forks source link

Accept -j arguments greater than FSA_MAX_COMPJOBS #146

Closed bwarden closed 8 months ago

bwarden commented 9 months ago

If we're given an argument to -j that exceeds FSA_MAX_COMPJOBS, just force it down to that value.

Fixes #145