Enterprise Administration > File Vaulting and Replication > FvLoader and ReplicaLoader > Supporting Remote Site Vaulting
  
Supporting Remote Site Vaulting
Use the following arguments for the fvloader.csv file or the .csv file that you write to support remote site vaulting:
RV,vaultName,replicaSiteName—Creates a replica file vault with the name vaultName and attaches it to the remote site with replicaSiteName.
RV,vaultName,replicaSiteName,autoFolderCreate—Creates a replica file vault with the name vaultName and attaches it to the remote site with replicaSiteName with the flag autoCreate set to true, which means that the vault is designated for automatic folder creation.
When a vault is created as an autoFolderCreate vault, the create replica file vault folder command (such RF,folderName,vaultName) creates a RootFolder instead of a folder. All of the folders are automatically created under this root folder.
RV,vaultName,replicaSiteName,autoFolderCreate,defaultTargetForSite—Creates a replica file vault with the name vaultName and attaches it to the remote site with replicaSiteName with the flags autoCreate and defaultTargetForSite set to true. The defaultTargetForSite flag indicates that the replica vault is the default target for the site and is used for system replication.
RVE,vaultName—Enables the replica file vault with the name vaultName.
RF,folderName,replicaVaultName—Creates a replica file vault folder with the name folderName and attaches it to the replica file vault with the name replicaVaultName.
RH,hostName,siteName—Creates a file vault host with the host name hostName and attaches it to the remote site with the name siteName.
RR,replicaVaultName,fullClassName,fullDomainPath,lifeCycleStateName—Creates a content replication policy rule that applies to:
The replica file vault with the name replicaVaultName
The class with the name fullClassName—Only classes listed in the graphical user interface for creating rules may be included in the .csv file. Abstract classes that are content holders are not permitted.
The domain with the full external path fullDomainPath. For details about how to find the fullDomainPath, see Listing Domains.
The life cycle state with the name lifeCycleStateName
* 
Life cycle states names are case-sensitive, and the use of lowercase letters could corrupt the rules table. Use only all-capital letters for life cycle states to load vaulting rules with FvLoader (for example, ALL RELEASED).
RFE,replicaFolderName—Enables the replica file vault folder with name replicaFolderName. If a replica file vault folder does not have at least one mount, do not enable it.
RM,replicaFolderName,hostName,path—Creates a file vault mount between the replica file vault folder with the name replicaFolderName and the file vault host with the name hostName. The mount uses the path specified in the path argument.
If the folderName is the name of root folder, then a mount for that root folder is created. Folders are automatically created under the root folder as required.