Chapter 7 Page no. 780
JC-ELE-A-052.fm
GE Healthcare Senographe DS
Revision 1 Service Information and Procedures Class A 2385072-16-8EN
Job Card ELE A052 - Back-up/Restore Procedure
cd /export/home/iqst/subsystems/idc/backup
4. Delete files in the current IDC backup directories by entering:
rm -rf current
5. Delete files in the previous IDC backup directories by entering:
rm -rf previous
6. Make a new current IDC backup directory by entering:
mkdir current
7. Change the privileges of the current directory to read/write/execute, by entering:
chmod 777 current
8. Change the ownership of the current directory to the sdc user, by entering:
chown sdc:informix current
9. Make a new current IDC backup directory by entering:
mkdir previous
10. Change the privileges of the previous directory to read/write/execute, by entering:
chmod 777 previous
11. Change the ownership of the previous directory to the sdc user, by entering:
chown sdc:informix previous
12. Perform a new backup (see Backup Procedure on V1/V2 Control Stations on page 774 or Backup
Procedure on V3/V4 Control Stations on page 775).