Announcement

Collapse
No announcement yet.

Backup in tar.gz

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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
    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
    02036089024 / United Kingdom
    291916438 / Australia

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

    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)


    Comment


    • #3
      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.

      Comment

      Working...
      X