I have to backup 500GB using the traditional tar -cvf
command (without any compressions)
However tar is adding each file one by one and this way it's taking a very long time
Is there any way to make tar multi threaded (like it can add multiple files to the tar archive at once)