Enterprise Administration > File Vaulting and Replication > Replication > Understanding Replication > Administering a Local Cache Vault > Predictive Replication > Preferences and Options
  
Preferences and Options
The following properties in the wt.properties file define predictive replication preferences and options:
Property
Description
wt.fv.predictiveReplicationDuration
The duration, in days, for which the replication rule that runs predictive replication rule runs. This is an organization-level preference. The default value is 90 days.
wt.fv.predictiveReplicationEnabled
Determines whether predictive replication is enabled or disabled. By default, the property is true, meaning that predictive replication is enabled. To disable predictive replication, set this property to false.
If you disable predictive replication and then enable it again, the system performs predictive replication to replicate future iterations of content that is accessed after the property is set to true. Content that was accessed while predictive replication was turned off is not replicated.
wt.fv.predictiveReplicationAllIterations
Determines whether to replicate all iterations or only the latest iteration. The default value is false, indicating that only the last iteration is replicated. To replicate all iterations, set this property to true.
wt.fv.predictiveReplicationAllVersions
Determines whether to replicate all versions or only the current version. The default value is false, meaning that only the current version is replicated. To replicate all versions, set this property to true.
wt.fv.predictiveReplicationImmediate
Determines whether to perform the predictive replication immediately or scheduled at some other time. The default value is true, meaning that predictive replication is performed immediately. To schedule predictive replication at some other time, set this value to false.
wt.fv.predictiveReplicationPeriodicity
Specifies how frequently, in days, replication should occur. The default value is 1 day.
wt.fv.predictiveReplicationScheduleTime
Specifies the time for scheduling in the following format: HH:MM:SS. The default value is 00:00:00.