Results 1 to 5 of 5

Thread: [Bug] Serious cpbackup issue.

  1. #1
    Member
    Join Date
    Mar 2004
    Posts
    87
    cPanel/WHM Access Level

    Root Administrator

    Default [Bug] Serious cpbackup issue.

    I just noticed that some data directories, including mysql were not backed up during cPanel backup process "i.e, /scripts/cpbackup".

    By checking the script, I found the following :


    if ( cpusystem( $tar_bin, 'cfzp', "$curr_backup_dir/dirs/$rawdir.tar.gz", @EXCLUDES, $mysqldatadir ) == 0 ) {

    if ( cpusystem( $tar_bin, 'cfzp', "$target/dirs/$rawdir.tar.gz", @EXCLUDES, $dir ) == 0 ) {
    Which is informing tar to create an archive named "zp". The "f" in the arguments list should come just before the file name, so it should be changed to : "czpf" instead of "cfzp".

    OS: RHEL 6 64bit.

    Thanks in advance.
    Last edited by Compubuster; 05-31-2012 at 01:44 PM.
    me@life# cd memories
    me@life# rm -rf bad

  2. #2
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    10,122
    cPanel/WHM Access Level

    Root Administrator

    Default Re: [Bug] Serious cpbackup issue.

    You might want to report this directly into the system here:
    http://go.cpanel.net/bugs

    Please do post back what you find out about this when you do. Thanks!

  3. #3
    Member
    Join Date
    Apr 2012
    Posts
    86
    cPanel/WHM Access Level

    Reseller Owner

    Default Re: [Bug] Serious cpbackup issue.

    What version of cPanel/WHM contains this bug? 11.32 or 11.30 LTS?

  4. #4
    Member
    Join Date
    Mar 2004
    Posts
    87
    cPanel/WHM Access Level

    Root Administrator

    Default Re: [Bug] Serious cpbackup issue.

    Quote Originally Posted by nospa View Post
    What version of cPanel/WHM contains this bug? 11.32 or 11.30 LTS?
    WHM 11.32.2 (build 28)
    REDHAT Enterprise 6.2 x86_64 standard
    me@life# cd memories
    me@life# rm -rf bad

  5. #5
    Member
    Join Date
    Mar 2004
    Posts
    87
    cPanel/WHM Access Level

    Root Administrator

    Default Re: [Bug] Serious cpbackup issue.

    Quote Originally Posted by Infopro View Post
    You might want to report this directly into the system here:
    http://go.cpanel.net/bugs

    Please do post back what you find out about this when you do. Thanks!
    Done. Support Request Id 2733575.
    me@life# cd memories
    me@life# rm -rf bad

Similar Threads

  1. Issue with cpbackup
    By PCZero in forum Data Protection
    Replies: 0
    Last Post: 09-22-2011, 12:52 PM
  2. DNS Issue Caused BY UPCP? WHM bug?
    By sOliver in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 08-01-2011, 05:39 PM
  3. Addon Domain issue/bug?
    By webmasterj in forum cPanel & WHM Discussions
    Replies: 0
    Last Post: 10-05-2007, 12:08 PM
  4. Issue with Cpbackup user exclude
    By fusioncroc in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 03-05-2006, 05:47 AM
  5. /scripts/cpbackup typo or bug (needs attention) [10.8.1-C41]
    By Danny_T in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 12-09-2005, 04:06 PM