+ Reply to Thread
Results 1 to 3 of 3

Thread: Backup in tar.gz
      
   

  1. #1
    zuriatman's Avatar
    zuriatman is offline Moderator
    Join Date
    Sep 2006
    Location
    Malaysia
    Posts
    3,036

    Question Backup in tar.gz

    Hi everybody,

    In the old cPanel we could download a full back of our website in a .zip file format and open it without any problem.

    The new "cPanel Accelerated" the backup is automatically generated in a "tar.gz" gzip file extension.

    I found the following on how to open a tar.gz file but I dont understand it?

    Can sombody point me in the right direction on how to open a tar.gz file extension.


    Unpacking .tar.gz files

    First, ensure that you have a shell running in the same directory as the downloaded file. (Mac OS X users: a shell window can be created by launching the Terminal application from Applications->Utilities. You will then have to use the cd command to navigate to the appropriate directory.) To unpack a .tar.gz file, say, foo.tar.gz, use the following command:
    gunzip -c foo.tar.gz | tar xopf -
    The newly extracted files will be created in the current directory. If you also wish to see a list of the files as they are extracted, instead use the command
    gunzip -c foo.tar.gz | tar xopft -
    Unpacking .tar files

    First, ensure that you have a shell running in the same directory as the downloaded file. (Mac OS X users: a shell window can be created by launching the Terminal application from Applications->Utilities. You will then have to use the cd command to navigate to the appropriate directory.) To unpack a .tar file, say, foo.tar, use the following command:
    tar xopf foo.tar
    The newly extracted files will be created in the current directory. If you also wish to see a list of the files as they are extracted, instead use the command
    tar xopft foo.tar
    www.siapamoyanganda.com/
    Malaysian Family Tree Website From the
    State of Johor.

    HAPPY ARE THOSE WHO DREAM DREAMS AND ARE READY TO PAY THE PRICE TO MAKE THEM COME TRUE.

  2. #2
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default Re: Backup in tar.gz

    Most zip applications will open it...but you usually unzip it on the server.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  3. #3
    zuriatman's Avatar
    zuriatman is offline Moderator
    Join Date
    Sep 2006
    Location
    Malaysia
    Posts
    3,036

    Default Re: Backup in tar.gz

    Thanks Karen once again.

    You are always there when help is needed.
    www.siapamoyanganda.com/
    Malaysian Family Tree Website From the
    State of Johor.

    HAPPY ARE THOSE WHO DREAM DREAMS AND ARE READY TO PAY THE PRICE TO MAKE THEM COME TRUE.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49