[Bash] Exclude all folders for Tar except specified

tar --exclude='.' -zcvf test.tar.gz folder1 folder2 >/dev/null

stackoverflow.com/a/10229968