Exclude multiple directories in 'check'

I’d like to do rclone check and exclude 2 local directories from that check/comparison. How would i do that?

Just use --exclude '/path/to/dir1/**' --exclude '/path/to/dir2/**' (or any of the other filtering commands)

1 Like