Skip to content

kennguyen887/Speed-up-backup-script-on-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Accelerate folder backup using multiple threads in Python

The tool helps compress a folder using multiple threads, saving time and allowing configuration of the number of threads

How it works

  1. Clone this repository to your environment.

  2. Run the file tar-folder.py with two arguments:

    python3 tar-folder.py ./target-folder <thread_number>
    
  3. When backup done, you want to extract the tar file by this command

    ls *.tar.gz | xargs -n1 tar -xvzf
    

Screenshot

htop

About

The tool helps compress a folder using multiple threads, saving time and allowing configuration of the number of threads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages