Zip all files in a directory
zip -r file.zip /home/drive/public_html/*
Zip all files in a directory, but don't include the top directory in the archive
cd /path/to/your/folder/www
zip -r filename.zip *
zip -r file.zip /home/drive/public_html/*
Zip all files in a directory, but don't include the top directory in the archive
cd /path/to/your/folder/www
zip -r filename.zip *
0 komentar:
Posting Komentar