How the fuck do I view/extract a tar file?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • OzMan
    Confirmed User
    • Sep 2003
    • 9162

    #1

    How the fuck do I view/extract a tar file?

    A host sent me a site backup in tar format. ..tried winzip etc but get nothing or garble
  • AcidMax
    Confirmed User
    • May 2002
    • 1827

    #2
    Get winrar I think you can find it at rarlabs.com if not search for it. Just make sure when you install it, and open it, it associates with .tar files (it should by default).
    Latest MMA news. http://www.mmawrapup.com

    Comment

    • Young
      Bland for life
      • Nov 2004
      • 10468

      #3
      Originally posted by AcidMax
      Get winrar I think you can find it at rarlabs.com if not search for it. Just make sure when you install it, and open it, it associates with .tar files (it should by default).
      winrar

      I've been using the trial edition for about a year now
      ★★★

      Comment

      • OzMan
        Confirmed User
        • Sep 2003
        • 9162

        #4
        I tried everything except winrar lol thanks

        Comment

        • polle54
          Confirmed User
          • Jul 2004
          • 4626

          #5
          Originally posted by OzMan
          I tried everything except winrar lol thanks

          Winrar should be on every guys computer, you will use but that when you have it
          ICQ# 143561781

          Comment

          • 363R
            Confirmed User
            • Jun 2003
            • 217

            #6
            Baby Oil helps remove tar.

            Comment

            • badmrfrosty
              Confirmed User
              • May 2003
              • 500

              #7
              If you want to just untar it to another server (unix/linux) use:

              tar -xvf filename

              if it has a gzip extension use

              gzip -d filename.tar.gz;tar -xvf filename.tar

              BMF

              Comment

              • SFF11
                Confirmed User
                • Sep 2005
                • 102

                #8
                tar -xzf *.tar.gz

                http://www.7-zip.org/ instead of WinRAR

                Comment

                • nexcom28
                  So Fucking Banned
                  • Jan 2005
                  • 3716

                  #9
                  Can you not use winzip?

                  Comment

                  • chaze
                    Confirmed User
                    • Aug 2002
                    • 9774

                    #10
                    Originally posted by OzMan
                    A host sent me a site backup in tar format. ..tried winzip etc but get nothing or garble
                    You can do it with winrar from here:

                    http://dwhsdownload.com/
                    Like the desert needs the rain
                    We do fully manged WordPress, VPS, and Servers. Adult Host Pro https://adulthostpro.com/ Since 2001

                    Comment

                    • Jace
                      FBOP Class Of 2013
                      • Jan 2004
                      • 35562

                      #11
                      i don't use anything but winrar for file compression, it has all the popular formats

                      i don't understand people that still use winzip, that program is such shit

                      Comment

                      • Antonio
                        Too lazy to set a custom title
                        • Oct 2001
                        • 14136

                        #12
                        winrar rocks, but you can also rename it to .zip and open it with Winzip (unless I'm confusing .tar with .jar extentions)

                        Comment

                        • Gungadin
                          Confirmed User
                          • Aug 2005
                          • 444

                          #13
                          tar -xvf filename.tar

                          if it's .tar.gz, just run this first:

                          gunzip filename.tar.gz
                          The GFY popularity contest scoreboard

                          Comment

                          Working...