Replaced xz with pxz
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
parent
1b05dd52ba
commit
00141350c9
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
|||
|
||||
LOGS_PATH='/mnt/fedora_stats/combined-http'
|
||||
|
||||
find $LOGS_PATH/20?? -type f -name -not -path $LOGS_PATH/`date +%Y`/`date +%m`/* "*.log" -exec xz -z {} \;
|
||||
find $LOGS_PATH/20?? -type f -name '*.log' -not -path $LOGS_PATH/`date +%Y`/`date +%m`/* -exec pxz -z -T 5 {} \;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue