API for backing up EasyMorph projects from the server to S3

Hi,
I want to backup EasyMorph projects across all spaces (all .morph files + any other files/folders inside those spaces) to AWS or SharePoint.

I am wondering if there is any API I could use to do that? Or is there any better way to do this?

Any inputs on this would be greatly appreciated.

Note: I will be using Python to do that. Just need to check if there's an EM API I could use for this task.

Thank you
R

You can build a workflow for that. Use the "EasyMorph Server command" to find .morph files across all spaces, and then the respective action to upload them to AWS or SharePoint.

Alternatively, the cross-platform ems-cmd utility can be used from 3rd party scripts/apps to find, list, and download files from EasyMorph Server: GitHub - easymorph/server-cmd: Command line API client for EasyMorph Server

1 Like

Hi @dgudkov,

Right ok, that's really helpful.

Thank you so much :slight_smile:

Kind regards,
R