• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Zipping a directory file

W

webmason2

Guest
Newbie question sorry -

How do I Zip my httdocs directory?

Hope it's simple!

Tom
 
Change your working directory to httpdocs, e.g:
> cd /var/www/vhosts/domain.com/httpdocs
> zip archivename *
it will create archivename.zip containing all the files and subdirectories of httpdocs..
More details are here:
> man zip
 
Thank you Hedgren

Thank you Hedgren, I really appreciate it!

Tom
 
Back
Top