Merge pull request #101 from emallickhossain/patch-1

Fix tar cowardly failing
This commit is contained in:
Con Kolivas 2018-09-18 22:19:02 +10:00 committed by GitHub
commit 9819e861a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ Just change the word `directory` to the name of the directory you wish to compre
#### Compression:
```bash
lrzdir=directory; tar cvf $lrzdir; lrzip -Ubvvp `nproc` -S .bzip2-lrz -L 9 $lrzdir.tar; rm -fv $lrzdir.tar; unset lrzdir
lrzdir=directory; tar cvf $lrzdir.tar $lrzdir; lrzip -Ubvvp `nproc` -S .bzip2-lrz -L 9 $lrzdir.tar; rm -fv $lrzdir.tar; unset lrzdir
```
`tar`s the directory, then maxes out all of the system's processor cores