GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   How can I zip a folder up that's already on a server? (https://gfy.com/showthread.php?t=567329)

newbreed 01-23-2006 07:23 PM

How can I zip a folder up that's already on a server?
 
Linux. Google is worthless right now.

Thanks,
Bill

JOKER 01-23-2006 07:27 PM

install the package "zip"

and read the manual page with "man zip" after...

works fine ;-)

Steve

After Shock Media 01-23-2006 07:27 PM

www.gzip.org

Ice 01-23-2006 07:32 PM

You can also telnet in and use the tar command...

tar -cvf filename.tar directoryname

The above command will archive the directoryname and all sub folders.

Replace filename with what you want to call the archive and replace directoryname with the directory you want to archive.

Jer 01-23-2006 07:37 PM

go to the directory where you want the zip to be created

zip -r backup.zip /full/path/to/the/folder/you/want/to/zip/

ErhardtEckbert 01-23-2006 07:43 PM

On-the-Fly Zip
 
Just an idea: You can use On-The-Fly zip compression algorithms also so you don't need to store the media data twice - in the case if you wants to zip the content behind the members area just to enable to download it with one-click.

Have you got a shell account to the server or just FTP access?

If you got shell, the mentions above are right.


All times are GMT -7. The time now is 06:35 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123