Ubuntu Linux: zip folder and all subfolders

Trabla: Ubuntu Linux: zip folder and all subfolders

Solving:

Example:

/var/www/html/mywebapp

Where "mywebapp" folder with php scripts

cd /var/www/html/

sudo zip -r mywebapp.zip mywebapp

Result:

/var/www/html/mywebapp.zip



No comments:

Post a Comment