Backup Data on Floppy Disk in UNIX
This
chapter describes how to backup data on a floppy disk. Help on how to restore data can be
found under Data
Restoration. 
Note: 
Carry
out a data backup as follows: 
 - Change to the directory /usr/oscar/osc<Datum>/work.srv. 
- Create a new directory with the name daten by entering mkdir daten. 
- By use of the command copy *.DAT
     /usr/oscar/oscDatum/work.srv/daten you copy the data to be
     moved to the new directory daten
     
- By use of the command copy *.IDX
     /usr/oscar/oscDatum/work.srv/daten you copy the indices to
     the new directory daten 
- Then change to the directory daten by use of the command cd daten 
- Create a tar
     archive by use of the command tar cf <Name>.tar *.* 
- Compress the tar archive by use of the command compress <Name>.tar
     
- Copy the archive to floppy disk: tar cv6 <Name>.tar.Z
     
- You can now delete the directory daten. In order to prevent queries you
     should sign on as a superuser (su <RETURN>, Password). The
     deletion procedure is to be carried out as follows: 
 cd ..
 rm -r daten
 exit
Note: 
 - All UNIX commands are case-sensitive. 
- <Datum> in a directory name stands for the
     release date of the MICROS Retail OSCAR POS software. 
MICROS Retail Deutschland GmbH 
Salzufer 8
D-10587 Berlin 
Germany