agiannis
4/20/2019 - 8:09 AM

cs-cart helpfull comands

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