Autoscaler currently transfers files between nodes using rsync. It would be nice if I could specify rsync options through autoscaler config. For example, I would like to ignore all the files in a .gitignore, which I believe in rsync could be achieved with rsync --filter="dir-merge,- .gitignore". Maybe add a new field file_mounts_command or file_mounts_options to autoscaler config?