![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Create a backup server with Restore | iBot | UNIX and Linux RSS News | 0 | 02-19-2008 11:40 AM |
| F-Backup restore | paultittel | HP-UX | 3 | 06-27-2006 06:46 AM |
| Backup and restore | uXion | AIX | 3 | 06-25-2006 06:02 PM |
| Backup / restore | tt155 | SUN Solaris | 4 | 01-22-2006 09:39 AM |
| Cannot restore a TAR backup | Ross.Goodman | UNIX for Dummies Questions & Answers | 2 | 10-20-2000 01:52 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Backup user from one server and restore to another
Hi. I have a situation here where I need to backup a users' home directory and restore onto another server. The issue here is that both servers have different operating systems and I am looking for advices on how to proceed.
The source server operating system is Tru64 v5.1, and here's the output from uname -a Code:
# uname -a OSF1 sigbrrd V5.1 2650 alpha Code:
# uname -a SunOS xxx 5.9 Generic_118558-22 sun4u sparc SUNW,Sun-Fire-880 Code:
# finger abc Login name: abc Directory: /abc Shell: /bin/ksh No Plan. Code:
# df -h | grep abc emc21#xxx 25G 9993M 16G 39% /abc 1) Will I need to create a new filesystem on the destination server in order for both structures layout to be the same? I need them to be exactly the same, on destination and source for user abc. 2) How would be the best method to backup and restore. I was thinking about tar. What would you suggest? (keep in mind, different operating systems). 3) If you can, make a short list of the steps I will need to make in order to make this possible. I will appreciate that fully. P.S.: I am aware that binary files will not work on destination server since they are different operating systems, but this is a request for a new application we're going to update, they only need the file's structure to be the same on both. Thank you! |
| Forum Sponsor | ||
|
|