# rsync nested node_modules folders Useful for javscript/typescript monorepo to copy previous installed node_modules. My use case is on `gitlab-runner shell executor` to faster `yarn install` without messing with problematic gitlab-runner cache setting. `rsync -a -m --include="*/" --include="**/node_modules/**" --exclude="*" ./ ~/git/test/rsync-test`