Backup retoration
From: Mario Andres Yepes Cifuentes (marioy_at_upb.edu.co)
Date: 06/17/04
- Previous message: Christopher L. Barnard: "SUMMARY: 30 partitions on a single disk"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 17 Jun 2004 12:57:38 -0500 To: sunmanagers@sunmanagers.org
Greetings
I've been backing up an Oracle database with tar and dd trough a shell
script in order to save time. First I bak up the datafiles with tar in
the filesystem with
tar cbf 126 PROD.tar /u04/oradata/PROD
and then I store it in tape using
dd if=PROD.tar of=/dev/rmt/0cn bs=63k
and it works really fast.
|
The problem is that when I need to restore the back up it just take tooo
long. As an example, it took almost 4 hours to unpack an archive from
tape to the filesystem ( I used tar xbf 126 /dev/rmt/0cn).
Is there a better way to do this? is the block size Im using to large?
Regards
Mario Andris Yepes Cifuentes
Ingeniero de Soporte
Universidad Pontificia Bolivariana
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
- Previous message: Christopher L. Barnard: "SUMMARY: 30 partitions on a single disk"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|