Zend certified PHP/Magento developer

How to zip all my Magento 2 files on my server?

How could I zip all my Magento files excluding non-required to a local setup?

I usually run this command below to get all the files but it takes too long and the files are too heavy.

zip -r magento2.zip ./*

Do you have any suggestions to improve it?