welcome to webune support forums

Webune provided Linux Dedicated Servers for all you Webs!!

to tar a file is easy in linux. for example, lets say i want to compress my web files in the html directory: /var/www/html/
this is the command i can use:

SHELL COMMAND:
cd /var/www/


SHELL COMMAND:
tar -czf wwwBackup.tar.gz html/


thats it