zip -9 -r --exclude=*sites/default/files* locald8.zip locald8/
This command will zip the entire website folder by excluding the sites/default/files folder and subfolders.
zip -9 -r --exclude=*sites/default/files* locald8.zip locald8/
This command will zip the entire website folder by excluding the sites/default/files folder and subfolders.