I am thinking that we RMAN we can accomplish the same as Net Backup
does native. For example:
# crontab
connect target rman/YourPasswd;
connect catalog rman/YourPasswd;
run {
allocate channel ch1 type disk;
sql "alter system archive log current";
copy current controlfile to '/oracle/back/controlXX_SID.ctl';
copy datafile '/oracle/data/oradatafile01_SID.dbf'
to '/oracle/back/oradatafile01_SID.dbf';
copy datafile '/oracle/data/oradatafile02_SID.dbf'
to '/oracle/back/oradatafile02_SID.dbf';
...
release channel ch1;
}
-----
If that is the case, then I can use BACULA to backup the "back"
directory in the example.
any other ideas? suggestions?
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users