Hi, I’m looking for a way to copy the recording storage to a different location as a backup. So in case the recorder crashes (including storage). The recorder can be set up again with the old recordings.
Is there way to do this using the SDK? For example :
ServerTask VideoOS.Platform.ConfigurationItems.Storage.MoveRecordingStorage(String diskPath)
But this removes the files from the original location, which is not desired.
Anyway, a simple automated file copy should also work I think?
The next step is, if possible, to do this copy to the recording storage of a failover recorder. So when primary fails, the failover starts recording and all old recordings are also available.