Rclone exclude multiple folders under windows

The --exclude paths need to be rooted at the root of the sync, and be in unix slash format, so I think you want

--exclude "/System Volume Information/**" --exclude "/$RECYCLE.BIN/**"
1 Like