Backup json to file from docker plone container
(Pdb) import json; json.dump(results, open("/tmp/results.json", "w", encoding="utf-8"), indent=2, ensure_ascii=False)
root@a49e3f32cae2:/app# mv /tmp/results.json /data/results.json
sudo mv data/results.json /home/ghitabizau/Backups/
sudo chown ghitabizau:ghitabizau /home/ghitabizau/Backups/results.json
Category: Docs