See also entry in DESCRIPTION file
Usage: backup_pdm_dbase [options] database
This script creates a PDM trailfile which will backup a specified
database and will start Pro/PDM with it after a confirmation.
options: -h => this help screen
-b DIR => Full path to directory to backup to
(default: /srv/usr/people/olafc/PDM_BACKUP)
-f => Force start of Pro/PDM
-r => reverse mode = RESTORE
-i => run Pro/PDM iconic
-e xxx => extra options, with xxx is:
cmd YYY = Use YYY as pdm start command
env YYY = Use environment YYY
(company specific profile)
Author: Olaf Corten, the Netherlands
E-Mail: olafc@molding.fico.nl or ocorten@knoware.nl
WWW: http://utopia.knoware.nl/~ocorten
################################################################################
# History:
#
# 991207 Adde -e env and -e cmd options
# 980903 Removed PDM_PATH, now using check_dbasenr
# 980630 Not owned trail files van now be overwritten.
# 980528 Only listing directory names in PDM_PATH.
# 980407 Added warning in case you're not on the PDM_SERVER
# 980213 first version
#
################################################################################
|