Folder syncronization / shadowing

I would like to shadow a folder of a site in another site. It should be a pull.

One way would be to use collective.exportimport to provide REST API services. One service for exposing the export and one for creating content according the output of the export service.

Anybody already working on something similar?