InterviewSolution
| 1. |
How Do You Take Back Up Of Repository? |
|
Answer» Login to admin CONSOLE. Select the repository-> ACTION->Backup Content The backup content will be stored in a XML file and the location of backup directory is defined in domain CONFIGURATION. Also you can create a script and schedule it to backup the content on certain date and time. In script FIRST connect to repository using pmrep command and then backup the content with the below command. Pmrep backup -o [-d ] [-f (overwrite EXISTING output file)] [-b (skip workflow and session logs)] [-j (skip deploy group history)] [-q (skip MX data)] [-v (skip task statistics)] Login to admin console. Select the repository-> Action->Backup Content The backup content will be stored in a XML file and the location of backup directory is defined in domain configuration. Also you can create a script and schedule it to backup the content on certain date and time. In script first connect to repository using pmrep command and then backup the content with the below command. Pmrep backup -o [-d ] [-f (overwrite existing output file)] [-b (skip workflow and session logs)] [-j (skip deploy group history)] [-q (skip MX data)] [-v (skip task statistics)] |
|