|
<< Click to Display Table of Contents >> Navigation: Advanced Features > Remote Access Mode > Files replication |
Files replication is the process that keep the synchronization between the database and the filesystem in a replicated environment.
While SQLServer takes care of replicate database data, some local scripts are responsible for aligning files involved in replicated data.
In older releases the file scripts were provided in .vbs format; starting from R26 release they've been translated in .ps1 and rearranged in their internal functionality.
Involved scripts are:
1.replicate_Files_launcher.bat -> replicate_Files_launcher_ps1.bat
2.replicate_Files_launcher.vbs -> replicate_Files_launcher.ps1
3.replicate_Files_batch.vbs -> replicate_Files_batch.ps1
During the conversion, most of the logic previously implemented in replicate_Files_batch.vbs has been moved into MWPDM and is so available through the new RunFileReplication() API.
This makes the replication flow more integrated with the MWPDM core logic, easier to maintain, and significantly faster §(about 3 times faster).
In ReplicationScriptParameters.par topic you can find the list of available parameters.