Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Percona-QA/percona-qa
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshvs02 committed Dec 31, 2018
2 parents 9c6914d + 76902ba commit a14310f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions taritbz2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tar -jhcf myarchive.tar.bz2 *
1 change: 1 addition & 0 deletions taritbz2_max.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BZIP2=-9 tar -jhcf myarchive.tar.bz2 * # With thanks, https://superuser.com/a/305141
2 changes: 1 addition & 1 deletion taritgz.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tar -zhcf bug.tar.gz *
tar -zhcf myarchive.tar.gz *
1 change: 1 addition & 0 deletions taritgz_max.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GZIP=-9 tar -zhcf myarchive.tar.gz * # With thanks, https://superuser.com/a/305141
2 changes: 1 addition & 1 deletion taritxz.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tar -Jhcf bug.tar.xz *
tar -Jhcf myarchive.tar.xz *
1 change: 1 addition & 0 deletions taritxz_max.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
XZ_OPT=-9e tar -Jhcf myarchive.tar.xz * # With thanks, https://unix.stackexchange.com/a/28977

0 comments on commit a14310f

Please sign in to comment.