Checkpoint Backup Script
Use this script with cron deamon for getting system backup with upgrade_export..
#!/bin/bash
. /opt/CPshrd-R55/tmp/.CPprofile.sh
DATE=`date +%Y%m%d`
FILE=$DATE"MKK_BACKUP"
echo | /opt/CPfw1-R55/bin/upgrade_tools/upgrade_export /home/backup/$FILE
exit 0
No comments:
Post a Comment