Skip to main content
4 of 7
fix bug with indexes > 9
user avatar
user avatar
EXCLUDE=("/tmp/hello hello" "/tmp/systemd*" "/tmp/Temp*")
mix 'tar % -zcf tmp.tar.gz' --exclude "${EXCLUDE[@]}"

Extending the answer here

user313992