Unsolved

This post is more than 5 years old

2 Posts

872

June 16th, 2014 02:00

Sybase ASE restore

Hi,

how can I recover a single log backup to Sybase ASE database.

Is it possible to define the log backup name/nr or something like this?

I don't want to recover to a pont-in-time with:

nsrsybrc -U user_ID -P password -s networker_server -t “MM/DD/YY HH:MM:SS” SYBASE:/Sybase_server/database_name

Backround: The full backup is not necessary, because it is "recovered" via storage snapshot. To roll foreward the database single logs are required.

Thanks for any help.

Arne

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

June 16th, 2014 02:00

1) You may wish to move your question to appropriate forum, eg. NetWorker forum.

2) Either you do backup with snapshot or not.  If you wish to use module, you must have DB full as that's how Sybase (pretty much any other DB) API works. You can have hybrid where snapshot mechanism is integrated with backup application, but I'm not sure if Sybase is supported with that atm (plus you need EMC storage). I do Oracle and SAP backups that way for example.  If you use two detached processes for backup, you can't have them together if there is dependency between those two. What you can do, if Sybase supports it, is backup from snapshot as proxy and that might do the trick, but you must check Sybase docs for that to see if supported and how to do it.

No Events found!

Top