The tool helps compress a folder using multiple threads, saving time and allowing configuration of the number of threads
-
Clone this repository to your environment.
-
Run the file
tar-folder.pywith two arguments:python3 tar-folder.py ./target-folder <thread_number>
-
When backup done, you want to extract the tar file by this command
ls *.tar.gz | xargs -n1 tar -xvzf
