You can create multiple commands in txt file and then launched from a single command in the server console.
- Create a text file and name it c:\replica-commands.txt.
- Enter the following information into the file and save it:
cl copy Server1!!DB1.nsf Server2!!DB1.nsf replica
cl copy Server1!!application\DB2.nsf Server2!!application\DB2.nsf replica
cl copy Server1!!DB3.nsf Server2!!application\DB3.nsf replica - At the Domino console, type “< c:\replica-commands.txt >”
The Domino console will execute thecommands listed in the text file sequentially.