Complete backup of system spanning all filesystems


 
Thread Tools Search this Thread
Operating Systems SCO Complete backup of system spanning all filesystems
# 1  
Old 11-11-2008
Complete backup of system spanning all filesystems

how would a make a complete backup of all files spanning all file systems on my SCO box to tape?

i read somewhere:

find . -print | cpio -ocv > /dev/rStp0

from / ... will this do it??

(yes /dev/rStp0 is my tape drive)
# 2  
Old 11-12-2008
are you just looking to make a backup of everything or are you looking to move the system to another box?

I usually use the -depth command to make sure it gets everything.

log in
cd to /

find . -depth -print | cpio -ocBv > /dev/rStp0


If you are looking for something to keep backing up your system I would look into lonetar or backupedge. their products work great with SCO and both of the products allow you to make Rescue Disks. These are a set of floppies that you can boot from, that will access the tape drive and then allow you to restore your system to a blank disk. It will even divvy the disk back to what it was.

good luck.
# 3  
Old 11-12-2008
full backup

I am looking just to make a full backup of everything. ALSO, how would i make rescue floppy's for my SCO system???
# 4  
Old 11-12-2008
Its been a while but I'm pretty sure that you log in as root and type

mkdev fd

and follow the prompts from there.
These are just a root FS disk and a boot fs disk. It will not reinstall your system like the "rescue" disks of some of the commercial products out there.
# 5  
Old 11-12-2008
full backup

but the boot disks will be enough to get in and restore from the tapes using cpio correct?? I mean cpio is all you need to lay your entire system back down the way it was right?
# 6  
Old 11-12-2008
no. I would not trust CPIO to restore a system. It does not do well with named pipes, special and device files. It will also not partition a new harddrive. CPIO is good for file restores. The root and boot disks just give you access to the harddrive if you forget the root password or you have to do some maintenance and cannot boot the system from the hard drive.

If all you have are cpio backups and you have to replace your hard drive and restore your system you will have to install SCO fully and then restore the CPIO tape. This usually works but there can be some issues afterwards but nothing that cannot be fixed. I've had to do this a few times although I only have 2 customers running SCO and don't do as much as i used to with it.

If you are responsible for a SCO system and its a production system with important data on it I would HIGHLY recommend looking into the two products that I mentioned. There might be others out there but I have personally worked with and still use the ones mentioned. Those products use a modified version of tar that does backup links, named pipes, special and device files. they create their own "rescue disks" that are much different from the SCO root and boot. These disks will partition the drive to what it was when they were created. install the tape drive that was present when they were created and look for a "Master" backup tape and restores the entire system from that tape.
The "Master" backup is a type of backup that you set in the software on what type of backup to run. You can also do incremental backups.


I had a system go down about 6 mos ago with a bad hardrive. They used Backup edge and did Master backups every night. These are the steps I followed.

1) had onsite tech replace drive
2) had onsite tech insert rescue disk 1
3) had the tech insert rescue disk 2 when prompted
4) had tech insert previous nights backup tape
5) waited two hours and the system was restored. Completely.

Its well worth the cost of the software. As with any backup plan you need to make sure your backups are good and keep your rescue disks current if you change hardware. For what its worth both products work great but I've gotten better support from Backup Edge tech support.
# 7  
Old 01-23-2009
OK, i used the command you provided:
Code:
find . -depth -print | cpio -ocBv > /dev/rStp0

to backup my server. Now how do i extract just one directory on the archive?? I want to specify a source directory and a target directory.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Cloning a system via mksysb backup from one system and restore to new system

Hello All, I am trying to clone an entire AIX virtual machine to a new virtual machine including all partitions and OS.Can anyone help me on the procedure to follow? I am not really sure on how it can be done.Thanks in advance. Please use CODE tags for sample input, sample output, and for code... (4 Replies)
Discussion started by: gull05
4 Replies

2. Solaris

How to backup ZFS filesystems to files on USB drive?

Dear Solaris 10 Experts, I need to carry out a manual backup of all zpool/zfs filesystems on a Solaris 10 x86 server in order to port it onto VM Ware hardware but don't know how to do it. Past exercises have been smooth using ufsdump & ufsrestore for small standalone servers. Below are the zfs... (22 Replies)
Discussion started by: gjackson123
22 Replies

3. HP-UX

File system full, won't complete boot

Hello, I have a very old hp rp2450 running 11i2 that I had to power off. When turning it back on it hangs with the following message. Would booting into SUM get me any further? I've never used SUM, so I'm asking before I go down that rabbit hole. Thanks for the help. # ## extra content... (1 Reply)
Discussion started by: calabaria
1 Replies

4. UNIX for Advanced & Expert Users

how to make a full system backup excluding data and restoring it to a new system

Hi, In order to have a sand box machine that I could use to test some system changes before going to production state, I'd like to duplicate a working system to a virtual one. Ideally, I'd like to manage to do it this way : - Make a full system backup excluding the user file system (this... (7 Replies)
Discussion started by: pagaille
7 Replies

5. SCO

how to backup the system?

hello friends, which are the directories and files should I backup in case of re-installation of the system? SCO OpenServer 6.0 operating system I have cdrom and floppy media regards (3 Replies)
Discussion started by: Edgar Guevara
3 Replies

6. Solaris

Making backup with ufsdump to remote mounted filesystems

Hi Unix members. I am trying to make a backup to remote mounted filesystems : fileraseing:/vol/oracliente_revap01 10G 1.3G 8.7G 13% /orarev_ap01 fileraseing:/vol/bobje 10G 5.9G 4.1G 60% /bobje But I am receiving the follow message when use the ufsdump command: :$PWD>ufsdump 0fu... (8 Replies)
Discussion started by: aggadtech08
8 Replies

7. UNIX for Dummies Questions & Answers

BASH complete-filename & menu-complete together

Hi, Does anyone know how to make BASH provide a list of possible completions on the first tab, and then start cycling through the possibilites on the next tab? Right now this is what I have in my .bashrc: bind "set show-all-if-ambiguous on" bind \\C-o:menu-complete This allows... (0 Replies)
Discussion started by: Mithu
0 Replies

8. UNIX for Dummies Questions & Answers

backup spanning multiple DVDs

Fedora Core 6 2.6.20-1.2962.fc6 I have about 15 GB of data that I need to backup to Single-Layer DVDs. Is there a backup method that will allow me to backup spanning multiple DVDs? (0 Replies)
Discussion started by: dangral
0 Replies

9. Solaris

Solaris System State & filesystems backup

Hi , We are using Veritas Net Backup , I want to create a new policy for backing up the (Solaris Operating System & the file systems) only the OS. not Full backup because we have an other policy for Oracle Apps and it takes full backup for all Partitions. I need the OS backup to be in... (2 Replies)
Discussion started by: adel8483
2 Replies

10. Solaris

System Backup

Hi All, Is it possible for us to do the Solaris system backup online without shutdown the system to another disk and if any disaster of hardware failure then we can boot the system up from the that backup disk? Thanks. (2 Replies)
Discussion started by: efang
2 Replies
Login or Register to Ask a Question