iI have a biglarge folder, 2TB, with 1000000 files on a Linux machine. iI want to build a package with tar. iI do not care about the size of the tar file, so iI do not need to compress the data. howHow can iI speed tar up tar, it? It takes me aan hour to build a package with tar -cf xxx.tar xxx/tar -cf xxx.tar xxx/. iI have a powerful cpuCPU with 28 cores,and and 500GB memory,is there mutithreadinga way to speed up the tarmake tar run multithreaded?
or ifOr, alternatively, is there any good way to transfer hugea large number of small files between different folder andfolders and between different server. myservers? My filesystem is ext4. thanks for your help in advance