File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
roles/oradb-rman/templates Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77run
88{
99backup 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}
Original file line number Diff line number Diff line change 88{
99backup check logical incremental level 0 database filesperset 1;
1010backup 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;
1212delete noprompt obsolete;
1313}
Original file line number Diff line number Diff line change 88{
99backup check logical incremental level 1 database filesperset 1;
1010backup 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;
1212delete noprompt obsolete;
1313}
You can’t perform that action at this time.
0 commit comments