Forum Moderators: phranque

Message Too Old, No Replies

Serverside compression?

Making zip on the server

         

guangke

12:22 am on Jan 1, 2007 (gmt 0)

10+ Year Member



Is it possible to zip or tar a directory on a virtual host?

I want to make a backup of my homepage directory, but using ftp takes a lot of time (its a big cms installation).

Im looking for some software to make a compressed file on the webserver. Then I can transfer to compressed file via ftp.

I use php/mysql.

MichaelBluejay

4:50 am on Jan 1, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Are you on a Unix box and do you have shell access? If so, then Unix has the zip compression program built in:

zip targetfile sourcefile

guangke

2:41 pm on Jan 1, 2007 (gmt 0)

10+ Year Member



I dont have shell access.