dump and load content from and to a Plone instance
pip install prestio
# dump content to local directory:
prestio --password admin dump http://127.0.0.1:8080/Plone/muster .
# load content into plone instance:
prestio --password admin load work http://127.0.0.1:8080/Plone