File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515# Process server-specific parameters first from rman_backup.ksh.vars
1616# If you need to update any type of the script's behaviour - look there first.
17- . ${0} .vars
17+ . rman_backup_vars.ksh
1818
1919
2020# ------------------------------------------------------------------
4949# ******** Functions: ***************
5050
5151# Load low-level and utility functions rman_backup.ksh.subs:
52- . ${0} .subs
52+ . rman_backup_subs.ksh
5353
5454
5555# ------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ BACKUP_COMPRESS=0 #one of: 0 or 1 (to turn on RMAN backup compression)
1111CUMULATIVE=1 # one of: 0 or 1 (to use CUMULATIVE incremental backups)
1212BACKUP_PARALLELISM=2 # number of channels / parallelism
1313RECOVERY_WINDOW=35 # in days (at least one full business cycle +a few days if space allows)
14- DBA_EMAIL=" some.one@company.com" # where to send notifications and errors
14+ DBA_EMAIL=" some.one@company.com" # where to send notifications and errors
1515FIX_BEST_PRACTICES=1 # if 1, then will fix best practices automatically
1616BACKUP_DEBUG=0 # one of: 0 or 1 (backup script debug)
1717
You can’t perform that action at this time.
0 commit comments