im backing up my prestashop hosting with lftp (I havent got ssh/rsync access)
lftp -e "set ftp:ssl-allow off; mirror --only-missing --only-newer public_html /var/www/example.com " -u p,w ftp.example.com
can i omit all the cache folders from the backup?