Hello, After trying multiple different options, the --exclude example in the README should read: ``` Example: --exclude='["/dev", "/media", "Z:\TEMP"]' ``` I removed the "s" from exclude and added single ticks to enclose the [ ]. Thank you