W webmason2 Guest Mar 22, 2008 #1 Newbie question sorry - How do I Zip my httdocs directory? Hope it's simple! Tom
H Hedgren Guest Mar 23, 2008 #2 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
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