Enterprise Administration > File Vaulting and Replication > FvLoader and ReplicaLoader > About FvLoader and ReplicaLoader > Commands
  
Commands
You can create data in files to specify the action of FvLoader or Replica Loader in two ways:
Modify the fvloader.csv file in the directory /loadFiles directory to specify the task.
* 
The same loader file is used for both FvLoader and ReplicaLoader.
Running FvLoader or ReplicaLoader with no arguments loads data from this file. Enter one of the following commands in the command window:
FvLoader
java wt.fv.FvLoader
ReplicaLoader
java wt.dataops.replication.ReplicaLoader
Create your own comma-separated value (.csv) file. The command that you enter in the command window is the following:
FvLoader
java wt.fv.FvLoader <Full_File_Path>
ReplicaLoader
java wt.dataops.replication.ReplicaLoader <Full_File_Path>
Whether you modify the fvloader.csv file or create your own .csv file, the syntax is the same.