The Domino Server console commands are turned off by default, so you need to first enable them. Set this server notes.ini variable, like so:
No need to restart the Domino server, it becomes active immediately. This enables this new command: CL COPY sourcedb targetdb.
Below, I have listed some examples for the CL COPY command:
This creates a regular non-replica copy of db1.nsf on serverA as db2.nsf on ServerB
This creates a replica copy of db1.nsf on serverA as db2.nsf on ServerB
This creates a template copy (only design, no data) of db1.nsf on serverA as db2.nsf on ServerB
This creates a regular non-replica copy of db1.nsf as db2.nsf on the same local server
No comments:
Post a Comment