10 Dec 2017 Multiple excludes in tar By vacilos In order to have multiple excludes in tar command you need to write several "--exclude" tags. As an example: tar cfz /var/tmp/backup.tgz /var/www/application --exclude /var/www/application/webfolder --exclude /var/www/application/logs tarterminal terminal Leave a comment