Forum OpenACS Q&A: Re: OT: Backup solutions

Collapse
7: Re: OT: Backup solutions (response to 1)
Posted by Jun Yamog on
Hi,

Anyone tried using MiniDV for backup?  :)  13GB and you have a camcorder as your backup device.  Nice nifty personal backup.

Anyway can anyone elaborate more of the different Oracle hot backup's done in OACS?  Using in their production systems.

Collapse
8: Re: OT: Backup solutions (response to 7)
Posted by Andrew Piskorski on
It's been discussed here before.

Currently I both do an export and an rman hotbackup every night, although some of the larger (data warehouse type stuff) tablespaces I may only export once per week, if the server they're on is old and slow. The export and hotbackup files then go to tape.

I've tweaked those scripts I posted them a year, but they do basically the same thing. The script are also a bit baroque in places (the various options and redirection of output and such), but that seemed useful when I was testing them.