title: Create tar Ball Exclude Files Folders tags: - tar categories: - informational comments: true

date: 2023-10-28 00:00:00

DESCRIPTION

ERRORS

VERIFICATION

tar --list --gzip --verbose --file /tmp/dbl.tgz

COMMANDS

tar --create --gzip --exclude='.git*' --exclude='.triv*' --file /tmp/dbl.tgz .