title: Create tar Ball Exclude Files Folders tags: - tar categories: - informational comments: true
tar
tar --list --gzip --verbose --file /tmp/dbl.tgz
tar --create --gzip --exclude='.git*' --exclude='.triv*' --file /tmp/dbl.tgz .