Current Scenario:
1 - ORTHANC hosted on a Windows server in AWS EC2
Local storage
Index in PostgreSql
Modality configured for server 2 (Manual sending is working normally using the “Send to DICOM modality” button in Orthanc explorer)
2 - ORTHANC hosted on a Linux server in AWS EC2
Local storage (Using s3fs to synchronize with our s3 bucket)
Index in PostgreSql
Server 2 is a new test server and I already have clients using server 1.
I would like to know how I can automate the sending of received DICOMs from server 1 to server 2, without changing the operation of server 1.
So that the received DICOMs are stored on both servers.
As stated above, I can already send the DICOM stored on server 1 to server 2 using the configured modality.
My desire is to automate this forwarding proccess.
any suggestions?