Hi All,
I need to Zip a directory which may contain files and subfolders. I saw few code in Zend where in, i need to specify all the files and subfolders.
So i looking for a command which should zip all files and folder underneath it like we do in window.
Its a Linux Server and i tried the following command which zips only the root files and not the subfolders and its files.
zip -R backup.zip speller/*
Please help!
Thank you,
Paddy