Need help with ZIP (Unix)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jer
    God is Brazilian
    • Feb 2001
    • 10601

    #1

    Need help with ZIP (Unix)

    I have the command line below but I want to zip everything in that directory except "/www/jer/i_dont_want_to_zip_this_dir/"

    zip -r backup.zip /www/jer/

  • MattO
    The O is for Oohhh
    • Feb 2003
    • 10861

    #2
    http://www.microsoft.com/switch

    Comment

    • Jer
      God is Brazilian
      • Feb 2001
      • 10601

      #3
      I was just zipping everything and deleting the directory before I download the backup.zip

      Comment

      • Jer
        God is Brazilian
        • Feb 2001
        • 10601

        #4
        Originally posted by MattO
        http://www.microsoft.com/switch
        W<i></i>indows based servers sucks.

        Comment

        • MattO
          The O is for Oohhh
          • Feb 2003
          • 10861

          #5
          Originally posted by Jer
          W<i></i>indows based servers sucks.

          I've actually had a lot of probs with my linux server lately but I've never had anything go wrong with my .NET server

          I know fuck all about linux though, just enough to get the box up and going and doing it's serving thing.

          Comment

          • AgentCash
            Confirmed User
            • Feb 2002
            • 720

            #6
            zip -r backup /www/jer -x /www/jer/i_dont_want_to_zip_this_dir/\*

            Comment

            • Jer
              God is Brazilian
              • Feb 2001
              • 10601

              #7
              Originally posted by AgentCash
              zip -r backup /www/jer -x /www/jer/i_dont_want_to_zip_this_dir/\*
              I love you. THANKS!

              Comment

              Working...