Skip to content

Commit 9f4214b

Browse files
committed
fix renamed files in the main script rman_backup.ksh
1 parent 9f0d573 commit 9f4214b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rman_backup.ksh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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
#------------------------------------------------------------------
@@ -49,7 +49,7 @@ fi
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
#------------------------------------------------------------------

rman_backup_vars.ksh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ BACKUP_COMPRESS=0 #one of: 0 or 1 (to turn on RMAN backup compression)
1111
CUMULATIVE=1 #one of: 0 or 1 (to use CUMULATIVE incremental backups)
1212
BACKUP_PARALLELISM=2 #number of channels / parallelism
1313
RECOVERY_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
1515
FIX_BEST_PRACTICES=1 #if 1, then will fix best practices automatically
1616
BACKUP_DEBUG=0 #one of: 0 or 1 (backup script debug)
1717

0 commit comments

Comments
 (0)