Kbase P79165: How to backup a Progress installation on UNIX ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  09/11/2004 |
|
Status: Unverified
GOAL:
How to backup a Progress installation on UNIX ?
GOAL:
Copying a Progress installation directory on UNIX.
FACT(s) (Environment):
UNIX
FIX:
Just make a copy of the entire $DLC directory into another directory,it must be a recursive copy to include all subdirectories.
In case you need to restore this installation again place the copy into the original Progress installation directory.
Example:
DLC=/usr/dlc; export DLC
cd $DLC
cp -r * /DLCbackup