...
GEODI index is located under %appdata%\dece\geodi<projeadı>\GeodiIndex2.0. The files in this directory are in constant use and therefore backup should be done with the
BackupIndex
command.BackupIndex
securely backs up GEODI while it is running to the directory where you provide the index.Notes taken after the last backup and documents added by drag and drop will be lost.
Backup can be periodized with the Windows scheduled task engine.
The GeodiWS Project file and other settings should also be synchronized. How to do it is explained in Active-Passive and Active-Active configuration .
GEODI Commands should be available in files with DCC extension. You can call these DCC files in Batch or PowerShell. Example DCC is given below. The destination directory and WorkdSpace name must be edited appropriately. If there is more than one WorkSpace, it should be done separately for each one.
Code Block language powershell d.BackupIndex("[Destination Directory to Backup]","[WorkSpace name]")
In order to backup smoothly on GEODIs with SSL Certificate installed,
NoSSLPort:80
andForce HttpsRedirect:true
must be added inSystemSettings.Json
.
You can create a scheduled task with https://forsenergy.com/tr-tr/taskscheduler/html/1a2d9e12-4713-40a9-9c8c-e2ad6316811b.htm or any other method you prefer.
...