There are probably a few ways to do this. Here’s what I think would be the most simple, assuming you want all of the EC2 generated files on both your desktop and the hosted server:
- Link the hosted server to odrive via FTP or SFTP (I assume the hosted server has FTP or SFTP server access)
- Install odrive Agent on the EC2 instance: https://docs.odrive.com/docs/odrive-sync-agent#section--sync-agent-overview-
- Use the EC2 folder where the files are generated as the Agent mount, pointed to the appropriate location inside the hosted server’s SFTP/FTP link.
- Install the odrive Desktop client on your Desktop.
What this would do is automatically sync any files generated on the EC2 server to the hosted server over the odrive SFTP/FTP link. You can also access those items on your Desktop using odrive via the same SFTP/FTP link.
Would that work?