User's Manual
D-28 Customizing the DecisioNet System
Backup File List
This file (eplbackup.ini) is located in the following directories:
Windows NT \epl\data\
NCR UNIX and SCO UNIX /appl/epl/data/
Edit this file to add any new files associated with your environment.
Backup File Location for Windows NT
When you start EPL File Backup from the EPL Applications Programs
group in Windows NT or use eplbackup at a DOS prompt, the
posteplbackup.cmd program is executed to determine where to copy
the backed up files after eplbackup places the backup files in the
\epl\data\backup\mmddyyyy directory.
In a Windows NT system, modify the posteplbackup.cmd file in the
\epl\bin\ directory to identify where to copy the backed up files.
@echo off
REM
REM This is a template for what this script does
REM This script accepts a single argument which identifies the directory
REM where all the backup files have been placed.
REM
REM The command below copies all the backup files to the a: drive
REM copy %1\*.* a:
REM
REM