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
# 8  
Old 09-14-2015
thank you.
i have access to network in both side
with which command i can copy full user and program that installed on matchine to another ? tnx very much for ur help
# 9  
Old 09-14-2015
From the new machine:
Code:
#ftp old_machine
>root password
>cd /whereever
>get filename
>mget *.files
>quit
#mv received file to correct location
#chmod files to correct permissions

To move a user account use the following, on the old machine run
Code:
#ap -d user >/tmp/user.data

Then ftp /tmp/user.data to the new machine
Code:
#ap -r -f /tmp/user.dat

to restore the user data.
This does not create or copy the user's home directory, but it does copy the password and gives the user the same uid on both machines.
This User Gave Thanks to jgt For This Post:
# 10  
Old 09-14-2015
can i access unix file and folder in windows ?

---------- Post updated at 12:20 PM ---------- Previous update was at 12:16 PM ----------

whats mean :
#ftp old_machine

old machine mean user or mean hostname ?

Last edited by farzad226; 09-14-2015 at 02:31 PM..
# 11  
Old 09-14-2015
host name.
Yes you can use a windows ftp client as well.
Just turn off translation, assuming that you are going to copy the files back to the new SCO system.
# 12  
Old 09-15-2015
if hostname of two machine is same, we have proble ?
that is work ?
# 13  
Old 09-15-2015
no problem. ftp to the ip address.
This User Gave Thanks to edfair For This Post:
# 14  
Old 09-15-2015
If you used the same license on both machines and they are both on the same subnet one of them may shutdown.
This User Gave Thanks to jgt For This Post:
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