Make tar file exclude folder using command line

tar -czf backupname.tgz --exclude="/app/www/xyz" /app/www/

Comments

Popular posts from this blog

PHP - CURL POST

PHP Implode and explode