Adding files on a server to a .zip or something with SSH

Discussion in 'Site & Server Administration' started by crazyryan, Jun 8, 2007.

  1. #1
    Hey, I have two folders, thumbnails and files. I need to zip these folders and the contents within them and save the zip on my server, how can I do this?
     
    crazyryan, Jun 8, 2007 IP
  2. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #2
    zip -r /path/to/save /dir/to/zip
     
    agnivo007, Jun 8, 2007 IP
  3. inworx

    inworx Peon

    Messages:
    4,860
    Likes Received:
    201
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Use FTP, faster than ssh.
     
    inworx, Jun 9, 2007 IP