You can collapse the excludes into one.
--exclude={'Videos','.cache'}
The filter option should also work.
-f "- Videos" -f "- .cache"
If you want to delete the files at the destination should they exist.
-f"-R Videos" -f"-R .cache"
You can collapse the excludes into one.
--exclude={'Videos','.cache'}
The filter option should also work.
-f "- Videos" -f "- .cache"
If you want to delete the files at the destination should they exist.
-f"-R Videos" -f"-R .cache"