1841661 Members
3699 Online
110184 Solutions
New Discussion

Re: Simultaneous backups

 
SOLVED
Go to solution
Bruce Baillie
Regular Advisor

Simultaneous backups

I currently backup user data incrementally Monday thru Thursday and a full backup on friday to a remote system with a DDS3 tape drive. I am going to add a second DDS3 drive so I can have 2 copies of the Friday backup. What would be the best/fastest way to accomplish this?
Backup to device #1 and when it is finished, backup to device #2
Backup to device #1 and copy tape #1 to tape #2
Backup to both devices simultaneously (can this be done?)

This is the command I am presently using.

/usr/sbin/fbackup -0 -n -u -g /etc/sam/br/graphA -d /var/adm/fbackupfiles/dates -I /var/sam/log/br_index.full -f aot2cad1:/dev/rmt/1m
Why can't we all get along?
5 REPLIES 5
Brian M. Fisher
Honored Contributor
Solution

Re: Simultaneous backups

Unfortunately, fbackup(1M) (and SAM) creates backup
volumes with a format that makes duplication of volumes by dd(1)
impossible.
per document#KBRC00001049
http://us-support.external.hp.com/cki/bin/doc.pl/

Since you are doing your backup to a remote device via the network, I would suggest you make one backup at a time. By trying to do both of them at the same time, there would probably be little time savings since the network bandwidth is probably going to be the limiting factor.

Brian
<*(((>< er
Perception IS Reality
CHRIS_ANORUO
Honored Contributor

Re: Simultaneous backups

It can be done since they different H/W Paths. But you system will be very slow because of fbackup cpu time consumption.
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
Bruce Baillie
Regular Advisor

Re: Simultaneous backups

Thanks, Brian, I wasn't aware that dd wouldn't work. And your right Chris, but I was thinking more in terms of launching the fbackup command one time and writing to both devices. Wouldn't a tee comand work somewhere?
Why can't we all get along?
Fred Martin_1
Valued Contributor

Re: Simultaneous backups

If you are making two copies to ensure a good backup, copying one tape to the other may be a bad thing - if the first fails, you get two bad ones or none at all.
fmartin@applicatorssales.com
Bruce Baillie
Regular Advisor

Re: Simultaneous backups

Thanks to all that responded. I am going to do consecutive backups.
Why can't we all get along?