label: cs-cart , php , command line , bash , batch , shell , backup , cmd , sh
## backup all files except images and cache
tar --exclude="var/cache" --exclude="var/files" --exclude="images" --exclude=".well-known" -pczf bkp.tar.gz .
## /backup all files except images and cache