Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 7 of 8 FirstFirst ... 5 6 7 8 LastLast
Results 91 to 105 of 114
  1. #91
    Member
    Join Date
    Mar 2004
    Posts
    84
    cPanel/Enkompass Access Level

    Root Administrator

    Default re: Faster cPanel Backup by replacing gzip with pigz [Case 57803]

    Quote Originally Posted by crazyaboutlinux View Post
    I have completed all these steps on my CENTOS 5.7 x86_64 server without any errors but still i am not able to use pigz

    Code:
    -bash-3.2# pigz -h
    -bash: pigz: command not found
    -bash-3.2# man pigz
    No manual entry for pigz
    Try gzip -h .. The above commands will replace gzip with pigz.
    me@life# cd memories
    me@life# rm -rf bad

  2. #92
    Member
    Join Date
    Mar 2004
    Posts
    84
    cPanel/Enkompass Access Level

    Root Administrator

    Default re: Faster cPanel Backup by replacing gzip with pigz [Case 57803]

    bhanuprasad1981, what's your OS ?
    me@life# cd memories
    me@life# rm -rf bad

  3. #93
    Member
    Join Date
    Aug 2008
    Location
    India
    Posts
    210

    Default re: Faster cPanel Backup by replacing gzip with pigz [Case 57803]

    centos 5.7 64bit

  4. #94
    Registered User
    Join Date
    Feb 2012
    Posts
    1
    cPanel/Enkompass Access Level

    Reseller Owner

    Default re: Faster cPanel Backup by replacing gzip with pigz [Case 57803]

    hi guys,

    i was trying to replace sevaral scripts that uses zip and realize that pigz is supposed to replace gzip and not zip.
    to cut the chase, the scripts that has the zip adds new log files to the existing zipped file which could not be done by gzip nor pigz. not unless i am not reading the man pages right.

    if indeed gzip/pigz don`t supports the addition of new files to an existing compressed file, i am wondering if this is an opportunity to incorporate this feature.

    let me know if this already been brought up on another thread.
    could you please share with me the link if it`s handy.

    thank you very much.

  5. #95
    Member
    Join Date
    Jul 2008
    Posts
    40

    Default re: Faster cPanel Backup by replacing gzip with pigz [Case 57803]

    + 1 for this. Backtime is one of my pet hates on cPanel.

    The whole backup process needs an overhaul with the ability to select certain users to less frequent backups.

  6. #96
    Member
    Join Date
    Jul 2003
    Location
    New Mexico
    Posts
    89

    Default re: Faster cPanel Backup by replacing gzip with pigz [Case 57803]

    Ok I did the untar of 2.2.3 assuming that is the latest version as 2.2.2 is all that is mentioned.

    I cp it to replace my gzip an gunzip

    Nothing appears broken.

    Now I turned off certain backups because they were pigs who used up 25% of the servers time in the middle of the night when crons are trying to run.

    My curiosity in doing this was the use of gzip compression by apache to serve Http pages. So my thinking was if pigz is 5 times faster as it appears would my use of gzip compression be 5 x faster as I am serving up pages?

    Couldn't I set pigz to 9 (and how would I do that) for max compression for slow connection users to get maximum speed from us? Still be faster, save 5-15% bandwidth per month to boot?

    I have tons of cpu cores and 32 gig of memory so I am wanting my server to do as much for my visitor as it can without impacting performance in some sort of run away.

    And I would ask that adding gzip updates to exclusion list of YUM be a part of the "HOW TO" I love to copy and paste from well written how to's just lazy that way.
    Donny J Lairson

    http://www.gunmuse.com

    He who laughs last thinks the slowest.

  7. #97
    Member
    Join Date
    Jul 2003
    Location
    New Mexico
    Posts
    89

    Default re: Faster cPanel Backup by replacing gzip with pigz [Case 57803]

    root@box2 [/usr/local/src/pigz-2.2.3]# cp pigz /bin/gzip
    cp: overwrite `/bin/gzip', overriding mode 0755? y
    cp: cannot create regular file `/bin/gzip': Permission denied
    root@box2 [/usr/local/src/pigz-2.2.3]#

    I don't seem to be able to actually move those files to replace gzip any reason why?
    Donny J Lairson

    http://www.gunmuse.com

    He who laughs last thinks the slowest.

  8. #98
    Member
    Join Date
    Jul 2003
    Location
    New Mexico
    Posts
    89

    Default re: Faster cPanel Backup by replacing gzip with pigz [Case 57803]

    Shouldn't we be able to tell apache which compression program we want to use? Or is Gzip that engrained from time.
    Donny J Lairson

    http://www.gunmuse.com

    He who laughs last thinks the slowest.

  9. #99
    Member
    Join Date
    Mar 2012
    Posts
    13
    cPanel/Enkompass Access Level

    Root Administrator

    Default re: Faster cPanel Backup by replacing gzip with pigz [Case 57803]

    We really need this, it's a amazing change in CPU/Time process!

  10. #100
    Registered User
    Join Date
    Nov 2005
    Posts
    3

    Default re: Faster cPanel Backup by replacing gzip with pigz [Case 57803]

    +1 Vote for this

  11. #101
    Member
    Join Date
    Dec 2003
    Posts
    26

    Default re: Faster cPanel Backup by replacing gzip with pigz [Case 57803]

    Quote Originally Posted by Gareth-AWD View Post
    Backtime is one of my pet hates on cPanel. The whole backup process needs an overhaul with the ability to select certain users to less frequent backups.
    And another! I have reached 3/4 million posts on my forums and WHM backups are becoming awkward!

  12. #102
    Member
    Join Date
    Oct 2004
    Posts
    103

    Default re: Faster cPanel Backup by replacing gzip with pigz [Case 57803]

    Hey David,
    Any more word on this? +++1 from me for this too
    Stu

  13. #103
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default re: Faster cPanel Backup by replacing gzip with pigz [Case 57803]

    Quote Originally Posted by nerdzoll View Post
    Hey David,
    Any more word on this? +++1 from me for this too
    Stu
    This is moving forward. The first place we're doing this is pkgacct, which has many implications as this script is used for account backups, account backups done as part of automatic server backups and account transfers. This is currently in QA and may become part of the first 11.33 builds once it goes to EDGE if all goes well.

  14. #104
    Member
    Join Date
    Aug 2001
    Location
    Brisbane, Australia
    Posts
    210

    Default re: Faster cPanel Backup by replacing gzip with pigz [Case 57803]

    Quote Originally Posted by cPanelDavidG View Post
    This is moving forward. The first place we're doing this is pkgacct, which has many implications as this script is used for account backups, account backups done as part of automatic server backups and account transfers. This is currently in QA and may become part of the first 11.33 builds once it goes to EDGE if all goes well.
    does a little dance... awesome news

  15. #105
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default re: Faster cPanel Backup by replacing gzip with pigz [Case 57803]

    Some additional details on the pigz implementation:

    You will be able to set gzip/pigz options via a "Compression" section of Tweak Settings where you can:
    - You can enable/disable pigz
    - Define a compression level
    - Define a number of pigz processes (default is the number of cores available, we do not factor the extracpus setting into this)
    - Define Pigz work unit block size

    We will enforce the use of sane values for all of these settings so you don't accidentally set a setting that makes things not work well.

Similar Threads & Tags
Similar threads

  1. Filed with Developers Remote Backup without Local Disk Write [Case 43035, Case 57803]
    By cPanelDavidG in forum Feature Requests for cPanel/WHM
    Replies: 53
    Last Post: 04-20-2012, 08:14 AM
  2. WHM 11.25 and faster backup
    By Parcye in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 05-03-2010, 07:49 AM
  3. backup which mehtod do you use/which is faster (incremental vs noninc.)
    By noimad1 in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 09-20-2004, 08:06 AM
  4. how can i disable gzip -c in backup?
    By Jedia in forum cPanel and WHM Discussions
    Replies: 7
    Last Post: 05-31-2004, 03:49 AM
  5. gzip: stdin: not in gzip format
    By SuperBaby in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 05-10-2004, 03:43 PM
Tags for this Thread
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube