<< Clique para Mostrar o Sumário >>
Backups |
It is recommended to perform system's periodic backups. EPM Processor provides a CLI (command line interface) tool for backing up and restoring all items of EPM Processor. This tool is available on the directory %PROGRAMFILES64%\Elipse Software\EpmProcessor\Tools\Backup.
•To generate a backup, execute the next command, indicating an output directory:
epmprocbackup.exe --backup "i:\temp"
•To restore a backup, execute the next command, indicating the name of the backup file, with a .bpr extension:
epmprocbackup.exe --restore "i:\temp\EpmProcBackup_201908081500.bpr"
•To display the backup tool's help, execute the next command:
epmprocbackup.exe --help