Closed AaronV77 closed 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.
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:
C: tar -c -I pbzip2 -f some_file..tar.bz2 some_file.txt
D: tar xf docs.tar.bz2 -I pbzip2
[ ] Pull.sh
[ ] Push.sh