Help about create backup of SCO openserver 5.0.7


 
Thread Tools Search this Thread
Operating Systems SCO Help about create backup of SCO openserver 5.0.7
# 1  
Old 09-13-2015
Linux Help about create backup of SCO openserver 5.0.7

hi guys
im beginner in unix and have many problem with this.
i have one old machine that Sco unix OpenServer 5.0.7 installed on it.
i wana backup from all partition of hard disk and restore it on another unix machine. how can i do that ?
thing like hard to hard for windows !!!
i only know how to login in root no more. plz help me
its very important for me
# 2  
Old 09-13-2015
The first question is do you have a backup device, for example a tape drive? Or are you proposing to transfer the backup directly over the network?

You will probably experience driver issues because the new hardware will not be the same as the old (which will take some sorting out). Anyway, the main thing is to get a good backup if you're nervous about losing data. I'd take two backups just to be sure.

I've always found that on SCO Unix cpio is the utility to use rather than tar if you want to restore the entire system and then boot from it. (Tar doesn't backup device nodes (/dev/<whatever>) properly on some SCO versions.)
# 3  
Old 09-13-2015
It might help if we knew what hardware you have in the old machine and what hardware is in the new machine and if the new machine already has UNIX installed.
# 4  
Old 09-13-2015
hi guys and thanks for ur answer
i have one too old machine i think its i386 maybe.
in fact i have one program installed on this machine that i wana copy it to another machine.
my new machine runing on vmware and correct work.
in fact i wana move that program and data and user file from that machine to this machine.
note: i installed sco openserver5.0.7 on vmware machine and it work perfect.
thank you
# 5  
Old 09-14-2015
Hi farzad
I think you need
  1. tape drive and tape
  2. Boot and Root floppy disk
  3. start your computer with boot&root
then insert command dd forBackup(for restore : after start with boot&root use dd command acording restore).If you are Iranian for more information call me:09183642183

Last edited by rbatte1; 09-17-2015 at 10:20 AM.. Reason: Created formatted list
# 6  
Old 09-14-2015
thank you for ur hrlp

i access boot and root, and have floppy drive instaleed on it
and enable network adapter Successful.
what command may i use ?
# 7  
Old 09-14-2015
Since you only want to copy specific files, you can use 'tar' to copy to whatever removable device you have common to both systems. The following command will make multiple diskette archives if necessary. The device names are listed in /etc/default/tar.
Code:
tar ctvf device_name list_of_files_to_copy

and 
tar xvf device_name
to restore

If you have network cards in both machines, you could use ftp. The ftp server starts automatically in multi user mode.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Need to end Backup Process SCO Openserver 5

I was attempting to run a backup at our business last Friday evening when I apparently locked up our whole mainframe. Rather than observing the current time and adding a minute or two to that for the backup start time (like I typically would), I accidentally entered the actual current time to the... (11 Replies)
Discussion started by: hometrics
11 Replies

2. SCO

Emergency Help about backup of SCO OpenServer 5.0.7

hi guys im beginner in unix and have many problem with this. i have one old machine that Sco unix OpenServer 5.0.7 installed on it. i wana backup from all partition of hard disk and restore it on another unix machine. how can i do that ? thing like hard to hard for windows !!! i only know how... (1 Reply)
Discussion started by: farzad226
1 Replies

3. SCO

Incremental Backup using TAR in sco Openserver 5.0

Incremental Backup using TAR in sco Openserver 5.0 Dear all I am using sco openserver 5.0. I wanted to take backup of two folder (each 600 MB size) with lot of files. I used to take backup using tar command daily using a script. But the same takes more time. Is there any way to take backup... (0 Replies)
Discussion started by: jamcalicut
0 Replies

4. SCO

I need SCO Openserver 4.2!!!!

I need SCO Openserver 4.2. Please, give me distributive of that version SCO:eek: (0 Replies)
Discussion started by: caine
0 Replies

5. SCO

sco openserver 5.0.7

Dear members when i installed dual processor patch in openserver 5.0.7 in hp ML370 G4 server it hangs in sco at G_hd_config. i tried MP4, EFS 5.64,5.70A but not solved the problem.. (0 Replies)
Discussion started by: M_farooqui
0 Replies

6. UNIX for Dummies Questions & Answers

SCO Openserver 6.0

Hi guys, I just got this new 6.0 version and i'm trying to setup a remote office to telnet to this server running sco 6.0, in previous version all i have to do is add this file under /etc/rc2.d call S99route and put the gate in that file and that was it, for some reason in 6.0 it does not... (1 Reply)
Discussion started by: josramon
1 Replies

7. UNIX for Dummies Questions & Answers

SCO Openserver 6.0

Hi there guys. I just got this new SCO version and i'm having some problem printing from shell, This is what i'm typing at the # sign : lp -dHP /etc/hosts and it prints no problem but when i use any other user at the $ sign it gives me this error. /dev/fd/7: /usr/lib/lp/sysv/7: not found. ... (1 Reply)
Discussion started by: josramon
1 Replies

8. UNIX for Advanced & Expert Users

SCO 5.0.2 openserver

I am doing some work for a customer that is running SCO 5.0.2 openserver and they have lost their cd. Is there anyplace I can download it? I have a replacement being shipped but it will not be here for two days and they are down. Any ideals? (3 Replies)
Discussion started by: SCOoT
3 Replies

9. UNIX for Dummies Questions & Answers

sco openserver 5.5

hello! when i try to make my system dual boot with both win98 & sco open server 5.5 it doesn't work at all.neither win98 take start nor sco open server boots.what should i do ? kindly help me thanks (1 Reply)
Discussion started by: buntty
1 Replies

10. UNIX for Dummies Questions & Answers

Help For SCO OpenServer

I've just installed Unix SCO OpenServer System v in an Intel PC and Everithing ok, except just one thing, in the begining of the installation the wizard asked me about the mouse , i have a generic 3 buttons mouse and i took a logitech and did not work i need to change the mouse configuration, ... (2 Replies)
Discussion started by: jimmyvaldes
2 Replies
Login or Register to Ask a Question