Use swsrpsetvol (Replication volume information setting command) to register the source volumes (transaction volumes) and replica volumes (backup volumes) in the replication volume information.
Note
Register all transaction and backup volumes to be used in VSS backup.
Set transaction volumes as source volumes and backup volumes as replica volumes. (Do not reverse the source and replica volumes.)
Set both Hyper-V host and backup servers as operation servers (by specifying "BOTH" as an argument for the -o option in swsrpsetvol (Replication volume information setting command).
Register the volumes disk-wise (gXdY).Do not register them partition-wise (gXdYpZ).
The information about the registered source and replica volumes can be checked by swsrpvolinfo (Replication volume information display command).
Example:
C:\>C:\Win32App\AdvancedCopyManager\bin\swsrpsetvol -o BOTH g1d1@HVHOST01 g1d2@BKSVR swsrpsetvol completed C:\>C:\Win32App\AdvancedCopyManager\bin\swsrpvolinfo Server Original-Volume Size Replica-Volume Size Copy Op-Server BKSVR g1d1@HVHOST01 100.0 Gbyte g1d2@BKSVR 100.0 Gbyte bi-direction both C:\>C:\Win32App\AdvancedCopyManager\bin\swsrpsetvol -o BOTH g1d1@HVHOST02 g1d2@BKSVR swsrpsetvol completed C:\>C:\Win32App\AdvancedCopyManager\bin\swsrpvolinfo Server Original-Volume Size Replica-Volume Size Copy Op-Server BKSVR g1d1@HVHOST01 100.0 Gbyte g1d2@BKSVR 100.0 Gbyte bi-direction both BKSVR g1d1@HVHOST02 100.0 Gbyte g1d2@BKSVR 100.0 Gbyte bi-direction both