cancel
Showing results for 
Search instead for 
Did you mean: 

Restore Sybase DB from Policy backup type sybase

robertoaxity
Moderator
Moderator
   VIP   

Hello,

I need restore a sybase db from a sybase policy type (linux server), but i dont know, i see the next link:

https://www.veritas.com/support/en_US/doc/16226893-126541897-0/v15501944-126541897

but I don't know how to get the following data

example sybackup::SYBASE.mydb.D.0.14693.12-12-1997.09:28:37 

The backup execute succefull yesterday at 20:30

Can you help with that.

Netbackup version 8.3.0.2

Linux server client 8.1.1

Thanks very much

3 REPLIES 3

Nicolai
Moderator
Moderator
Partner    VIP   

Hi @robertoaxity 

Usually the task of restoring databases is the job of the DBA, since they know the recovery model of the database.

If you are not able to hand over the task completely to the DBA, then offer to join forces with the DAB to get the job done.

/Nicolai

robertoaxity
Moderator
Moderator
   VIP   

Hi Nicolai,

But DBA need restore from backup of Veritas, but i dont know how

Krutons
Moderator
Moderator
   VIP   

You can get the info from a bplist command as well like you'd do for any Oracle backup (where a DBA has requested a restore, you provide a bplist).

-s server
-c client
-7 specifies that it is a sybase backup
-R is for recursive listing 

root:<candytuft> % cd /usr/openv/netbackup/bin
root:<candytuft> % bplist -S candytuft -C copper -t 7 -R /
/sybase1200.esam.T.0.22448.26-10-2001.13:45:17
/sybase1200.model.D.0.21182.26-10-2001.12:56:40
/sybase1200.model.D.0.20730.26-10-2001.12:42:04
/sybase1200.model.D.0.20932.26-10-2001.12:33:02
/sybase1200.master.D.1.20138.26-10-2001.07:25:57
/sybase1200.master.D.2.19620.26-10-2001.07:25:57
/sybase1200.master.D.3.20640.26-10-2001.07:25:57
/sybase1200.master.D.0.19888.26-10-2001.07:25:57
/sybase1200.model.D.0.19092.26-10-2001.07:18:14
/sybase1192.model.D.0.4172.25-10-2001.07:17:20
root:<candytuft> %