zip -r filename.zip foldername/
This is how you can zip a folder via SSH on your Linux server. Works on Debian and other servers.
zip -r filename.zip foldername/
This is how you can zip a folder via SSH on your Linux server. Works on Debian and other servers.
Great thanks:)
thank you its helpful
Thank you 🙂
Thanks! better zip than tar…. 😉
Thanks that took 1 second to work.
thanks man, it’s rather simple
one line of code saved a lot!
Simple. To the point. Get’s the job done!
Thanks it helps me .
how can make zip silently that doesn’t output anything if there are thousands of folders and files inside foldername
thanks man, keep sharing bro!
thanks
Thanks man, that’s the tips that everybody want to find in the world wild web
always happy to find someone documented this in the web. I dont work with SSH daily so this helps a lot.
thanks man!
Mind Blown
Thank you!
Its great, I think the point is to install a free filemanager on the server to manage easily,
Thanks bro, working fine on my centos 7
thank you 😉
Worked for me too. Thanks!
In case you see “Command not found” on your server. You can install the zip package by typing
sudo apt-get install zip
Amazing, this saves me a lot of time creating a quick public_html backup with over half a milion files