Skip to content

Commit baf7629

Browse files
Uwe KuechlerRendanic
authored andcommitted
Fix missing '' for directory
1 parent a19399f commit baf7629

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

roles/oradb-rman/templates/archivelog_fra_disk.rman.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
run
88
{
99
backup archivelog all not backed up 1 times filesperset 50;
10-
backup DB_RECOVERY_FILE_DEST TO DESTINATION {{ rman_fra_backupdir }} not backed up 1 times;
10+
backup DB_RECOVERY_FILE_DEST TO DESTINATION '{{ rman_fra_backupdir }}' not backed up 1 times;
1111
}

roles/oradb-rman/templates/online_level0_fra_disk.rman.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ run
88
{
99
backup check logical incremental level 0 database filesperset 1;
1010
backup archivelog all not backed up 1 times filesperset 50;
11-
backup DB_RECOVERY_FILE_DEST TO DESTINATION {{ rman_fra_backupdir }} not backed up 1 times;
11+
backup DB_RECOVERY_FILE_DEST TO DESTINATION '{{ rman_fra_backupdir }}' not backed up 1 times;
1212
delete noprompt obsolete;
1313
}

roles/oradb-rman/templates/online_level1_fra_disk.rman.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ run
88
{
99
backup check logical incremental level 1 database filesperset 1;
1010
backup archivelog all not backed up 1 times filesperset 50;
11-
backup DB_RECOVERY_FILE_DEST TO DESTINATION {{ rman_fra_backupdir }} not backed up 1 times;
11+
backup DB_RECOVERY_FILE_DEST TO DESTINATION '{{ rman_fra_backupdir }}' not backed up 1 times;
1212
delete noprompt obsolete;
1313
}

0 commit comments

Comments
 (0)