AaronV77 / Monday

Scripts that create aliases in order to be able to push and pull from a central storage server that you can have at home.
GNU General Public License v2.0
0 stars 0 forks source link

Compression #12

Closed AaronV77 closed 5 years ago

AaronV77 commented 5 years ago

I've done some research in different types of compression for this project and I think supporting different types of compression would be nice.

The following algorithms: gunzip:

parallel gunzip:

bzip2:

pbzip2:

AaronV77 commented 5 years ago

I don't think I'm gonna support different types of different compression algorithms. There is only one place in the push.sh script that does the compression, and if you want a different algorithm then you can just change it there. Also the default gunzip tar compression has the best overall performance.