View Single Post
Old 12-01-2008, 09:06 PM  
ExLust
Confirmed User
 
ExLust's Avatar
 
Join Date: Aug 2008
Posts: 3,223
Had you tried using SSH? Let's say your web host stores all your public files in a directory named /path/to/html_folder. In that case, we're going to do something like this:

Quote:
tar -cf `date +%F`.tar /path/to/html_folder
and then

Quote:
bzip2 `date +%F`.tar
Or you could ask your webhost to support with you.
__________________

BE A PARTNER
ExLust is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote