Motherboard Forums


Reply
Thread Tools Display Modes

HP fbackup and write to separate dir instead of tape

 
 





















LHradowy
Guest
Posts: n/a

 
      07-29-2003, 07:39 PM


Can I get fbackup to write to a separate directory rather than to tape.
I am trying to modify a backup routine that writes files to tape. But, we
want to take those files tar them up and send them to our offsite backup.
So I would prefer if I could do an fbackup to the /backup directory then tar
them up.
This is modifying the script the least possible.

Am I on the write track? Can it be done?
They are the archive logs of a database.


HPUX 11.0
Laura


 
Reply With Quote
 
Morten =?iso-8859-1?Q?J=F8rgensen?=
Guest
Posts: n/a

 
      07-29-2003, 07:55 PM
Hi,


On Tue, 29 Jul 2003 13:39:11 -0500, LHradowy wrote:
> Can I get fbackup to write to a separate directory rather than to tape.
> I am trying to modify a backup routine that writes files to tape. But, we
> want to take those files tar them up and send them to our offsite backup.
> So I would prefer if I could do an fbackup to the /backup directory then tar
> them up.
> This is modifying the script the least possible.
>
> Am I on the write track? Can it be done?
> They are the archive logs of a database.


According to the man pages it shouldn't be a problem to have fbackup
write to a file instead of a tape; just use the -f option (I'm sure
you're already using it for writing to the tape). Take a look at the
man pages for the details.


Best regards,
Morten

--
Who needs a life when you've got Unix? :-)

 
Reply With Quote
 
John Pezzano
Guest
Posts: n/a

 
      07-29-2003, 10:35 PM
I am not sure this makes sense. Backing up the files into a single fbackup
file would, it seems, make for an extra step with no advantages. Fbackup
doesn't compress so the backup file would be the size of the original files.
So why not create a subdirectory in /backup for the files and then just copy
them with cpio which has the ability to recreate the structure or just use
the cp(1) command if there is no subdirectory structure? Then just back them
up from there with your tar. The advantage is that it is easier to recover a
single file.

The advantages of fbackup over other utilities are mostly lost when you
backup to the disk.

john

"LHradowy" <> wrote in message
news:kbzVa.9006$...
> Can I get fbackup to write to a separate directory rather than to tape.
> I am trying to modify a backup routine that writes files to tape. But, we
> want to take those files tar them up and send them to our offsite backup.
> So I would prefer if I could do an fbackup to the /backup directory then

tar
> them up.
> This is modifying the script the least possible.
>
> Am I on the write track? Can it be done?
> They are the archive logs of a database.
>
>
> HPUX 11.0
> Laura
>
>



 
Reply With Quote
 
Junior Member
Join Date: Jul 2006
Posts: 1

 
      07-26-2006, 03:27 PM
I'm looking at a very similar situation.

We can't use CPIO due to the 2GB file size limitation.
I want to copy my files to another directory, and then use a tape backup to backup the offline copy of data.

This way we could copy from dir to dir in the even we need to restore a file before going to tape.
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT. The time now is 03:18 AM.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43