Multiple Backups to USB 1TB Drives using dd


 
Thread Tools Search this Thread
Operating Systems Solaris Multiple Backups to USB 1TB Drives using dd
# 8  
Old 08-19-2011
I think ufsdump doesn't backup partition table? so it might be a good idea to backup those few first sectors with dd. or simply write down label and slices info.

btw, we should *always* increase blocksize when using dd.
iirc, the default is 1byte so its slooow.
of course keeping in mind blocksize when using count!
(sorry if this all is too obvious)

edit: one advantage of dd would be that you can do the restore on any computer/OS with scsi card. even Windows has dd port.

Last edited by orange47; 08-19-2011 at 06:22 AM..
# 9  
Old 08-19-2011
Just a thought, By any chance if you are using mirroring for your root/app partition, add one more sub-mirror residing on USB disk.
Whenever you want to take backup attach additional mirror, once done detach it to reduce sync I/O.
You can schedule it using cronjob also.
No downtime! No User intervention!!!
# 10  
Old 08-19-2011
That is a good idea, but we need to have multiple images of the servers in different states on each of the USB drives. We are doing application development and need to be able to put the servers back multiple configurations in the development cycle. The idea is that after every software change we back it up and store it along with the rest.
# 11  
Old 08-19-2011
You should migrate to ZFS root. That would allow almost instant rollbacks to your reference installations instead of these painful backup-restore procedures. Depending on your requirements, zones might also help simplifying your process.
This User Gave Thanks to jlliagre For This Post:
# 12  
Old 08-22-2011
Quote:
Originally Posted by jlliagre
You should migrate to ZFS root. That would allow almost instant rollbacks to your reference installations instead of these painful backup-restore procedures. Depending on your requirements, zones might also help simplifying your process.
SmilieSmilieSmilieSmilieSmilie
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Anyway to do ufsdump os backup to usb drives

hi folks happy new year to all, I haven't been coming round for a long time. I've been googling about this can't seem to find any good examples, I need to know if it's possible to do a ufsdump os backup into a usb flash drive. Then what about in event of os recovery when we boot to single... (2 Replies)
Discussion started by: sparcguy
2 Replies

2. Solaris

solaris ethernet card and mounting usb drives

I had installed soalris 10 on my dell vostro 1400.It had installed succefully. If i type ifconfig -a it is showing only my loop back adpater. So how to tell me how to mount my usb drive and how to configure my lan ethernet card,My lan ethernet card is Broadcom. Tell me step... (1 Reply)
Discussion started by: testerindia25
1 Replies

3. Shell Programming and Scripting

BASH Script to Detect and List USB Flash Drives

Hello. This is my first post to this forum. I've read many of the posts over the last two or three years and I've learned a lot. I'm creating a live Linux distribution using the Linux Live Scripts -- just as a hobby project -- and I'm wanting to create an automated way for a user to copy the... (7 Replies)
Discussion started by: godzillarama
7 Replies

4. Solaris

Does Solaris Volume Manager support USB flash drives?

I would like to mirror or stripe across multiple USB flash drives on a Sun Blade 100 workstation running Solaris 10. Thanks! (6 Replies)
Discussion started by: yoda9999
6 Replies

5. Filesystems, Disks and Memory

USB Flash Drives

Can Solaris/any GNU/Linux distros/ any flavor of FreeBSD be booted, right from aUSB flash drive? Mine's the one pictured here. SanDisk | Products | USB Flash Drives | SanDisk Cruzer® Titanium Plus USB Flash Drive Also, on a completely unrelated note (just so I don't have to fill up forum... (4 Replies)
Discussion started by: led3234
4 Replies

6. Filesystems, Disks and Memory

Tape drives used for taking backups

Hi, I am a abit new in AIX system administration field. I want to gather knowledge about backup techniques. As per my knowledge we use Tape archives for taking backups. Can anyone pls explain me in detail abt tape archive? Whether these tape archives come along with the systems or we have to... (1 Reply)
Discussion started by: forumsrahul
1 Replies

7. What is on Your Mind?

USB Thumb Drives

I'm hunting around for thumb drives that aren't working. Something you may have kicking around in a drawer that you don't need any more. One you've upgraded and just don't need. I'm willing to pay a couple bucks for you to drop it into an envelope with a few stamps and send it along. I'm... (0 Replies)
Discussion started by: BOFH
0 Replies

8. Filesystems, Disks and Memory

Mounting USB Drives in Solaris 9 x86

I'm trying to moun my external USB Mass Storage Drive (80GB) in my Solaris 9 box, I am new to Solaris, and kind of new to linux / unix variants. The external HD contains windows files, but I will be using it as a central storage area for my windows/ linux clients. Thanks -- N:confused:C (1 Reply)
Discussion started by: N0C717
1 Replies

9. UNIX for Dummies Questions & Answers

Multiple backups on one tape

For those with backup tapes (and I just bought and installed a Seagate one for my FreeBSD box) I want to know how to get the most out of each tape by placing multiple backups on each tape (potentially 20GB). Please correct me if I'm wrong: First, retension the tape: # mt retension next, turn... (3 Replies)
Discussion started by: WIntellect
3 Replies
Login or Register to Ask a Question