Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
backupproduction.bat REM This batch file uses pmrep to connect to and back up the repository Production on the server ServerName @echo off echo Connecting to repository Production... c:\PowerCenter\pmrep\pmrep connect -r Production -n Administrator -x Adminpwd -d MyDomain -h Machine -o 8080 echo Backing up repository Production... c:\PowerCenter\pmrep\pmrep backup -o c:\backup\Production_backup.rep