Oracle Database Backup Set XML Templates
Oracle Database Backup Set XML Template (Raw)
<?xml version="1.0" encoding="UTF-8"?>
<Setting>
<!-- This is the backup set setting -->
<Key name="Backup Set Setting" allowMultiple="Y">
<!-- Backup set type (Read Only) -->
<Value data="Oracle Database Server" name="Type" type="string" />
<!-- Backup set name -->
<Value data="" name="Name" type="string" />
<!-- Temporary directory for storing backup files -->
<Value data="" name="Temporary Working Directory" type="string" />
<!-- Remove temporary files after backup -->
<!-- Y: Yes -->
<!-- N: No -->
<Value data="Y" name="Delete temporary files after backup" type="boolean" />
<!-- Select compression type -->
<!-- GzipDefaultCompression : Normal -->
<!-- GzipBestSpeedCompression: Fast (Compressed size larger than normal) -->
<!-- SnappyDefaultCompression: Fast with optimization for local -->
<!-- Leave the field blank for no compression -->
<Value data="" name="Compression Type" type="string" />
<!-- Delete archived logs that are older than the following days -->
<!-- 1, 2, 3, 4... -->
<!-- Enter -1 to turn off log retention -->
<Value data="60" name="Days of log retention" type="integer" />
<!-- This shows the Oracle Database Server setting -->
<Key name="Oracle Database Server Setting">
<!-- Oracle Login ID -->
<Value data="" name="Login ID" type="string" />
<!-- Oracle Password -->
<Value data="" name="Password" type="string" />
<!-- Oracle Host -->
<Value data="" name="Host" type="string" />
<!-- Oracle Port -->
<Value data="" name="Port" type="string" />
<Value data="" name="SID" type="string" />
</Key>
<!-- This includes the database you want to backup -->
<!-- Copy and paste the whole <Key> to add more selected sources -->
<Key name="Selected Source" allowMultiple="Y">
<!-- Please enter the path in the format of "Oracle Database Server/_YOUR_FILE_NAME_" -->
<Value data="" name="Path" type="string" />
</Key>
<!-- This excludes the database from the included source -->
<!-- Copy and paste the whole <Key> to add more deselected sources -->
<Key name="Deselected Source" allowMultiple="Y">
<!-- Please enter the path in the format of "Oracle Database Server/_YOUR_FILE_NAME_" -->
<Value data="" name="Path" type="string" />
</Key>
<!-- Settings for your scheduled backups -->
<Key name="Schedule Settings">
<!-- Enable scheduled backup on this computer -->
<!-- Y: Yes -->
<!-- N: No -->
<Value data="N" name="Enable" type="boolean" />
<!-- Daily settings -->
<!-- Copy and paste the whole <Key> to add more daily schedules -->
<Key name="Daily Schedule Settings" allowMultiple="Y">
<!-- Name of schedule -->
<Value data="Daily-Schedule" name="Name" type="string" />
<!-- Start hour -->
<!-- 0, 1, 2... 23 -->
<!-- This value will be ignored if the schedule is set to be periodic ("Interval" field contains value other than -1) -->
<Value data="21" name="Hour" type="integer" />
<!-- Start minute -->
<!-- 0, 1, 2... 59 -->
<!-- This value will be ignored if the schedule is set to be periodic ("Interval" field contains value other than -1) -->
<Value data="0" name="Minute" type="integer" />
<!-- Type of backup -->
<!-- DATABASE: Database(Tablespaces, Control & Init File, Archived Logs) -->
<!-- LOG : Archived Log -->
<Value data="" name="Backup type" type="string" />
<!-- Interval -->
<!-- 1 : 1 minute -->
<!-- 2 : 2 minutes -->
<!-- 3 : 3 minutes -->
<!-- 4 : 4 minutes -->
<!-- 5 : 5 minutes -->
<!-- 6 : 6 minutes -->
<!-- 10 : 10 minutes -->
<!-- 12 : 12 minutes -->
<!-- 15 : 15 minutes -->
<!-- 20 : 20 minutes -->
<!-- 30 : 30 minutes -->
<!-- 60 : 1 hour -->
<!-- 120: 2 hours -->
<!-- 180: 3 hours -->
<!-- 240: 4 hours -->
<!-- 360: 6 hours -->
<!-- 480: 8 hours -->
<!-- 720: 12 hours -->
<!-- A value of -1 means a non-periodic normal schedule -->
<Value data="-1" name="Interval" type="integer" />
</Key>
<!-- Weekly settings -->
<!-- Copy and paste the whole <Key> to add more weekly schedules -->
<Key name="Weekly Schedule Settings" allowMultiple="Y">
<!-- Name of schedule -->
<Value data="Weekly-Schedule" name="Name" type="string" />
<!-- Start hour -->
<!-- 0, 1, 2... 23 -->
<!-- This value will be ignored if the schedule is set to be periodic ("Interval" field contains value other than -1) -->
<Value data="21" name="Hour" type="integer" />
<!-- Start minute -->
<!-- 0, 1, 2... 59 -->
<!-- This value will be ignored if the schedule is set to be periodic ("Interval" field contains value other than -1) -->
<Value data="0" name="Minute" type="integer" />
<!-- Type of backup -->
<!-- DATABASE: Database(Tablespaces, Control & Init File, Archived Logs) -->
<!-- LOG : Archived Log -->
<Value data="" name="Backup type" type="string" />
<!-- Interval -->
<!-- 1 : 1 minute -->
<!-- 2 : 2 minutes -->
<!-- 3 : 3 minutes -->
<!-- 4 : 4 minutes -->
<!-- 5 : 5 minutes -->
<!-- 6 : 6 minutes -->
<!-- 10 : 10 minutes -->
<!-- 12 : 12 minutes -->
<!-- 15 : 15 minutes -->
<!-- 20 : 20 minutes -->
<!-- 30 : 30 minutes -->
<!-- 60 : 1 hour -->
<!-- 120: 2 hours -->
<!-- 180: 3 hours -->
<!-- 240: 4 hours -->
<!-- 360: 6 hours -->
<!-- 480: 8 hours -->
<!-- 720: 12 hours -->
<!-- A value of -1 means a non-periodic normal schedule -->
<Value data="-1" name="Interval" type="integer" />
<!-- Backup on these days of the week -->
<!-- Y: Yes -->
<!-- N: No -->
<Value data="Y" name="Sunday" type="boolean" />
<Value data="Y" name="Monday" type="boolean" />
<Value data="Y" name="Tuesday" type="boolean" />
<Value data="Y" name="Wednesday" type="boolean" />
<Value data="Y" name="Thursday" type="boolean" />
<Value data="Y" name="Friday" type="boolean" />
<Value data="Y" name="Saturday" type="boolean" />
</Key>
<!-- Monthly settings -->
<!-- Copy and paste the whole <Key> to add more monthly schedules -->
<Key name="Monthly Schedule Settings" allowMultiple="Y">
<!-- Name of schedule -->
<Value data="Monthly-Schedule" name="Name" type="string" />
<!-- Start hour -->
<!-- 0, 1, 2... 23 -->
<Value data="21" name="Hour" type="integer" />
<!-- Start minute -->
<!-- 0, 1, 2... 59 -->
<Value data="0" name="Minute" type="integer" />
<!-- Type of backup -->
<!-- DATABASE: Database(Tablespaces, Control & Init File, Archived Logs) -->
<!-- LOG : Archived Log -->
<Value data="" name="Backup type" type="string" />
<!-- Schedule date of month -->
<!-- 1, 2, 3... 31 -->
<!-- 32: Last -->
<!-- Set to 0 if you want to use the format of occurrence + criteria, e.g. Third Wednesday, instead -->
<Value data="1" name="Schedule Date" type="integer"/>
<!-- Backup occurrence -->
<!-- First / Second / Third / Fourth / Last -->
<!-- If "Schedule Date" is not zero, this value will be ignored -->
<Value data="First" name="Occurrence" type="string" />
<!-- Backup criteria -->
<!-- Sunday / Monday / Tuesday / Wednesday / Thursday / Friday / Saturday / Weekday / Weekend -->
<!-- If "Schedule Date" is not zero, this value will be ignored -->
<Value data="Friday" name="Criteria" type="string" />
</Key>
<!-- Custom settings -->
<!-- Copy and paste the whole <Key> to add more custom schedules -->
<Key name="Custom Schedule Settings" allowMultiple="Y">
<!-- Name of schedule -->
<Value data="Custom" name="Name" type="string" />
<!-- Start hour -->
<!-- 0, 1, 2... 23 -->
<Value data="21" name="Hour" type="integer" />
<!-- Start minute -->
<!-- 0, 1, 2... 59 -->
<Value data="0" name="Minute" type="integer" />
<!-- Type of backup -->
<!-- DATABASE: Database(Tablespaces, Control & Init File, Archived Logs) -->
<!-- LOG : Archived Log -->
<Value data="" name="Backup type" type="string" />
<!-- Date for performing custom schedule backup -->
<!-- Input in the format of YYYY-MM-DD -->
<Value data="2022-2-14" name="Schedule Date" type="string" />
</Key>
</Key>
<!-- This is the collection of destinations -->
<Key name="Destination Settings">
<Value data="1" name="concurrency-level" type="integer" />
<!-- AhsayCBS destination is where the files are backup to server -->
<Key name="AhsayCBS Destination Settings" allowMultiple="Y">
</Key>
<!-- Local destination means backup files are stored in your computer -->
<!-- Copy and paste the whole <Key> to add more local destinations -->
<Key name="Local Destination Settings" allowMultiple="Y">
<!-- Name of your destination -->
<Value data="" name="Name" type="string" />
<!-- Directory to store your backup files -->
<!-- e.g. /tmp -->
<Value data="" name="Local Path" type="string" />
</Key>
</Key>
<!-- This shows the deduplication setting -->
<Key name="Deduplication Setting">
<!-- Enable deduplication -->
<!-- Y: Yes -->
<!-- N: No -->
<Value data="Y" name="Enable" type="boolean" />
<!-- Deduplication scope -->
<!-- F: Same file path within the same backup set -->
<!-- B: All files within the same backup set -->
<Value data="B" name="Deduplication level" type="string" />
</Key>
</Key>
</Setting>
Oracle Database Backup Set XML Template (with Explanation)
This appendix explains all configurable items with their available options.
Backup Set Setting
The following items define the basic configurations of the Oracle database backup set.
- Backup set type – enter the backup set type, for instance, Oracle Database Server.
- Backup set name – name your backup set.
- Temporary directory for storing backup files – enter the directory path where you would like to have the backup files stored temporarily. The temporary directory is utilized for various purposes, such as storage of spooled Oracle database(s) and archived log files.
- Remove temporary files after backup – choose whether to remove temporary files after a backup job.
- Select compression type – choose the backup compression mode among Normal, Fast, Fast with optimization for local or No compression.
Delete archived logs that are older than the following days – the deletion of the archived logs is enabled by default and archived logs more than 60 days are deleted from the Oracle database instance. This process is done after every database and archived log backup job.
For example, if the Oracle database instance generates a lot of archived log files, you may want to reduce the number of days before they are deleted.
<?xml version="1.0" encoding="UTF-8"?>
<Setting>
<!-- This is the backup set setting -->
<Key name="Backup Set Setting" allowMultiple="Y">
<!-- Backup set ID (Read Only) -->
<Value data="1605866367637" name="ID" type="string" />
<!-- Backup set type (Read Only) -->
<Value data="Oracle Database Server" name="Type" type="string" />
<!-- Backup set name -->
<Value data="Oracle DB backup" name="Name" type="string" />
<!-- Temporary directory for storing backup files -->
<Value data="/temp" name="Temporary Working Directory" type="string" />
<!-- Remove temporary files after backup -->
<!-- Y: Yes -->
<!-- N: No -->
<Value data="Y" name="Delete temporary files after backup" type="boolean" />
<!-- Select compression type -->
<!-- GzipDefaultCompression : Normal -->
<!-- GzipBestSpeedCompression: Fast (Compressed size larger than normal) -->
<!-- SnappyDefaultCompression: Fast with optimization for local -->
<!-- Leave the field blank for no compression -->
<Value data="SnappyDefaultCompression" name="Compression Type" type="string" />
<!-- Delete archived logs that are older than the following days -->
<!-- 1, 2, 3, 4... -->
<!-- Enter -1 to turn off log retention -->
<Value data="60" name="Days of log retention" type="integer" />
Oracle Setting
Configure the login and network settings for the Oracle Database Server.
- Oracle Login ID – enter the login ID of the Oracle server. The default login ID is “system”.
- Oracle Password – enter the password of the login account.
- Oracle Host – this value is set to “localhost”.
- Oracle Port – the port where the connections to the Oracle server is made. The default port is “1521”.
- Oracle SID – the Oracle System Identifier. For more details, please refer to Supported Oracle Database Server Version in Requirements.
<!-- This shows the Oracle Database Server setting -->
<Key name="Oracle Database Server Setting">
<!-- Oracle Login ID -->
<Value data="system" name="Login ID" type="string" />
<!-- Oracle Password -->
<Value data="abc123" name="Password" type="string" />
<!-- Oracle Host -->
<Value data="localhost" name="Host" type="string" />
<!-- Oracle Port -->
<Value data="1521" name="Port" type="string" />
<!-- Oracle SID -->
<Value data="cdb1" name="SID" type="string" />
</Key>
Selected Source
Enter the location of the database(s) that you would like to back up.
<!-- This includes the database you want to backup -->
<!-- Copy and paste the whole <Key> to add more selected sources -->
<Key name="Selected Source" allowMultiple="Y">
<!-- Please enter the path in the format of "Oracle Database Server/_YOUR_FILE_NAME_" -->
<Value data="Oracle Database Server" name="Path" type="string" />
</Key>
Deselected Source
Enter the location of the database(s) that you would like to exclude from the backup.
<!-- This excludes the database from the included source -->
<!-- Copy and paste the whole <Key> to add more deselected sources -->
<Key name="Deselected Source" allowMultiple="Y">
<!-- Please enter the path in the format of "Oracle Database Server/_YOUR_FILE_NAME_" -->
<Value data="Oracle Database Server/TEMP" name="Path" type="string" />
</Key>
Schedule Settings
Choose whether you would like backup jobs to be run at the scheduled time you set.
<!-- Settings for your scheduled backups -->
<Key name="Schedule Settings">
<!-- Enable scheduled backup on this computer -->
<!-- Y: Yes -->
<!-- N: No -->
<Value data="N" name="Enable" type="boolean" />
</Key>
Daily Schedule Settings
Set backup jobs to run daily at the time you specified (start backup “at” or normal backup schedule) or at intervals of minutes/hours (start backup “every” or periodic backup schedule).
- Name of schedule – name of the backup schedule.
- Start hour – the starting hour of the backup, from 0-23. This value will apply for normal backup schedule or start backup “at”.
- Start minute – the starting minute of the backup, from 0-59. This value will apply for normal backup schedule or start backup “at”.
- Type of backup – the type of backup schedule:
- Database – this type of backup includes Tablespaces, Control & Init File, and Archived Logs.
- Archived Log – this type of backup only includes Archived Logs.
- Interval – the frequency in minutes or hours when the backup would start, from 1-30 in minutes and 60-720 in hours. This value will apply for periodic backup schedule or start backup “every”.
<!-- Daily settings -->
<!-- Copy and paste the whole <Key> to add more daily schedules -->
<Key name="Daily Schedule Settings" allowMultiple="Y">
<!-- Name of schedule -->
<Value data="Daily-Schedule" name="Name" type="string" />
<!-- Start hour -->
<!-- 0, 1, 2... 23 -->
<!-- This value will be ignored if the schedule is set to be periodic ("Interval" field contains value other than -1) -->
<Value data="21" name="Hour" type="integer" />
<!-- Start minute -->
<!-- 0, 1, 2... 59 -->
<!-- This value will be ignored if the schedule is set to be periodic ("Interval" field contains value other than -1) -->
<Value data="0" name="Minute" type="integer" />
<!-- Type of backup -->
<!-- DATABASE: Database(Tablespaces, Control & Init File, Archived Logs) -->
<!-- LOG : Archived Log -->
<Value data="" name="Backup type" type="string" />
<!-- Interval -->
<!-- 1 : 1 minute -->
<!-- 2 : 2 minutes -->
<!-- 3 : 3 minutes -->
<!-- 4 : 4 minutes -->
<!-- 5 : 5 minutes -->
<!-- 6 : 6 minutes -->
<!-- 10 : 10 minutes -->
<!-- 12 : 12 minutes -->
<!-- 15 : 15 minutes -->
<!-- 20 : 20 minutes -->
<!-- 30 : 30 minutes -->
<!-- 60 : 1 hour -->
<!-- 120: 2 hours -->
<!-- 180: 3 hours -->
<!-- 240: 4 hours -->
<!-- 360: 6 hours -->
<!-- 480: 8 hours -->
<!-- 720: 12 hours -->
<!-- A value of -1 means a non-periodic normal schedule -->
<Value data="-1" name="Interval" type="integer" />
</Key>
Weekly Schedule Settings
Set backup jobs to run weekly at the time you specified (start backup “at” or normal backup schedule) or at intervals of minutes/hours (start backup “every” or periodic backup schedule).
- Name of schedule – name of the backup schedule.
- Start hour – the starting hour of the backup, from 0-23. This value will apply for normal backup schedule or start backup “at”.
- Start minute – the starting minute of the backup, from 0-59. This value will apply for normal backup schedule or start backup “at”.
- Type of backup – the type of backup schedule:
- Database – this type of backup includes Tablespaces, Control & Init File and Archived Logs.
- Archived Log – this type of backup only includes Archived Logs.
- Interval – the frequency in minutes or hours when the backup would start, from 1-30 in minutes and 60-720 in hours. This value will apply for periodic backup schedule or start backup “every”.
- Backup on these days of the week – choose to enable or disable backup on each day in a week.
Name of schedule – Weekly-Schedule.Start hour – 21. This value will apply for normal backup schedule or start backup “at”.Start minute – 0. This value will apply for normal backup schedule or start backup “at”.Type of backup – the type of backup schedule:
DATABASE – Database (Tablespaces, Control & Init File, Archived Logs).LOG – Archived Log.
Interval – the frequency in minutes or hours when the backup would start. A value of -1 means a non-periodic normal schedule.Backup on these days of the week – choose to enable or disable backup on each day in a week:
Sunday – Y: YesMonday – Y: YesTuesday – Y: YesWednesday – Y: YesThursday – Y: YesFriday – Y: YesSaturday – Y: Yes
Monthly Schedule Settings
Set backup jobs to run monthly at the time you specified.
- Name of schedule – name of the backup schedule.
- Start hour – the starting hour of the backup, from 0-23. This value will apply for normal backup schedule or start backup “at”.
- Start minute – the starting minute of the backup, from 0-59. This value will apply for normal backup schedule or start backup “at”.
- Type of backup – the type of backup schedule:
- Database – this type of backup includes Tablespaces, Control & Init File and Archived Logs.
- Archived Log – this type of backup only includes Archived Logs.
- Schedule date of month – the frequency in minutes or hours when the backup would start, from 1-30 in minutes and 60-720 in hours. This value will apply for periodic backup schedule or start backup “every”.
- Backup [Occurrence + Criteria] format – You can set the backup to perform on a specified week (Occurrence, First / Second / Third / Last) and on a specified day of the week (Criteria, Sun thru Sat), for instance, the third Wednesday in a month.
- Backup occurrence – set the week, i.e., First / Second / Third / Last. If you have set an exact date in the previous “Schedule date of month” configuration, this setting will be ignored.
- Backup criteria – set a day of the week, i.e., Sunday thru Saturday. If you have set an exact date in the previous “Schedule date of month” configuration, this setting will be ignored.
<!-- Monthly settings -->
<!-- Copy and paste the whole <Key> to add more monthly schedules -->
<Key name="Monthly Schedule Settings" allowMultiple="Y">
<!-- Name of schedule -->
<Value data="Monthly-Schedule" name="Name" type="string" />
<!-- Start hour -->
<!-- 0, 1, 2... 23 -->
<!-- This value will be ignored if the schedule is set to be periodic ("Interval" field contains value other than -1) -->
<Value data="21" name="Hour" type="integer" />
<!-- Start minute -->
<!-- 0, 1, 2... 59 -->
<!-- This value will be ignored if the schedule is set to be periodic ("Interval" field contains value other than -1) -->
<Value data="0" name="Minute" type="integer" />
<!-- Type of backup -->
<!-- DATABASE: Database(Tablespaces, Control & Init File, Archived Logs) -->
<!-- LOG : Archived Log -->
<Value data="" name="Backup type" type="string" />
<!-- Schedule date of month -->
<!-- 1, 2, 3... 31 -->
<!-- 32: Last -->
<!-- Set to 0 if you want to use the format of occurrence + criteria, e.g. Third Wednesday, instead -->
<Value data="1" name="Schedule Date" type="integer" />
<!-- Backup occurrence -->
<!-- First / Second / Third / Fourth / Last -->
<!-- If "Schedule Date" is not zero, this value will be ignored -->
<Value data="First" name="Occurrence" type="string" />
<!-- Backup criteria -->
<!-- Sunday / Monday / Tuesday / Wednesday / Thursday / Friday / Saturday / Weekday / Weekend -->
<!-- If "Schedule Date" is not zero, this value will be ignored -->
<Value data="Friday" name="Criteria" type="string" />
</Key>
Custom Schedule Settings
Set backup jobs to run monthly at the time you specified.
- Name of schedule – name of the backup schedule.
- Start hour – the starting hour of the backup, from 0-23. This value will apply for normal backup schedule or start backup “at”.
- Start minute – the starting minute of the backup, from 0-59. This value will apply for normal backup schedule or start backup “at”.
- Type of backup – the type of backup schedule:
- Database – this type of backup includes Tablespaces, Control & Init File and Archived Logs.
- Archived Log – this type of backup only includes Archived Logs.
- Date for performing custom schedule backup – enter a specific date when you would like the backup to perform. The date format should be in YYYY-MM-DD.
<!-- Custom settings -->
<!-- Copy and paste the whole <Key> to add more custom schedules -->
<Key name="Custom Schedule Settings" allowMultiple="Y">
<!-- Name of schedule -->
<Value data="Custom" name="Name" type="string" />
<!-- Start hour -->
<!-- 0, 1, 2... 23 -->
<!-- This value will be ignored if the schedule is set to be periodic ("Interval" field contains value other than -1) -->
<Value data="21" name="Hour" type="integer" />
<!-- Start minute -->
<!-- 0, 1, 2... 59 -->
<!-- This value will be ignored if the schedule is set to be periodic ("Interval" field contains value other than -1) -->
<Value data="0" name="Minute" type="integer" />
<!-- Type of backup -->
<!-- DATABASE: Database(Tablespaces, Control & Init File, Archived Logs) -->
<!-- LOG : Archived Log -->
<Value data="" name="Backup type" type="string" />
<!-- Date for performing custom schedule backup -->
<!-- Input in the format of YYYY-MM-DD -->
<Value data="2022-2-14" name="Schedule Date" type="string" />
</Key>
There are two (2) default backup schedules:
Tablespace Backup Schedule
This backup schedule will automatically run weekly every Friday at 23:00.
<!-- Settings for your scheduled backups -->
<Key name="Schedule Settings">
<!-- Enable scheduled backup on this computer -->
<!-- Y: Yes -->
<!-- N: No -->
<Value data="N" name="Enable" type="boolean" />
<!-- Weekly settings -->
<!-- Copy and paste the whole <Key> to add more weekly schedules -->
<Key name="Weekly Schedule Settings" allowMultiple="Y">
<!-- Schedule ID (Read Only) -->
<Value data="1434946034821" name="ID" type="string" />
<!-- Name of schedule -->
<Value data="Tablespace Backup Schedule" name="Name" type="string" />
<!-- Start hour -->
<!-- 0, 1, 2... 23 -->
<!-- This value will be ignored if the schedule is set to be periodic ("Interval" field contains value other than -1) -->
<Value data="23" name="Hour" type="integer" />
<!-- Start minute -->
<!-- 0, 1, 2... 59 -->
<!-- This value will be ignored if the schedule is set to be periodic ("Interval" field contains value other than -1) -->
<Value data="0" name="Minute" type="integer" />
<!-- Type of backup -->
<!-- DATABASE: Database(Tablespaces, Control & Init File, Archived Logs) -->
<!-- LOG : Archived Log -->
<Value data="DATABASE" name="Backup type" type="string" />
<!-- Interval -->
<!-- 1 : 1 minute -->
<!-- 2 : 2 minutes -->
<!-- 3 : 3 minutes -->
<!-- 4 : 4 minutes -->
<!-- 5 : 5 minutes -->
<!-- 6 : 6 minutes -->
<!-- 10 : 10 minutes -->
<!-- 12 : 12 minutes -->
<!-- 15 : 15 minutes -->
<!-- 20 : 20 minutes -->
<!-- 30 : 30 minutes -->
<!-- 60 : 1 hour -->
<!-- 120: 2 hours -->
<!-- 180: 3 hours -->
<!-- 240: 4 hours -->
<!-- 360: 6 hours -->
<!-- 480: 8 hours -->
<!-- 720: 12 hours -->
<!-- A value of -1 means a non-periodic normal schedule -->
<Value data="-1" name="Interval" type="integer" />
<!-- Backup on these days of the week -->
<!-- Y: Yes -->
<!-- N: No -->
<Value data="N" name="Sunday" type="boolean" />
<Value data="N" name="Monday" type="boolean" />
<Value data="N" name="Tuesday" type="boolean" />
<Value data="N" name="Wednesday" type="boolean" />
<Value data="N" name="Thursday" type="boolean" />
<Value data="Y" name="Friday" type="boolean" />
<Value data="N" name="Saturday" type="boolean" />
</Key>
</Key>
Archived Redo Log Backup Schedule
This backup schedule will automatically run weekly every Monday, Tuesday, Wednesday and Thursday at 23:00.
<!-- Weekly settings -->
<!-- Copy and paste the whole <Key> to add more weekly schedules -->
<Key name="Weekly Schedule Settings" allowMultiple="Y">
<!-- Schedule ID (Read Only) -->
<Value data="1434946034822" name="ID" type="string" />
<!-- Name of schedule -->
<Value data="Archived Redo Log Backup Schedule" name="Name" type="string" />
<!-- Start hour -->
<!-- 0, 1, 2... 23 -->
<!-- This value will be ignored if the schedule is set to be periodic ("Interval" field contains value other than -1) -->
<Value data="23" name="Hour" type="integer" />
<!-- Start minute -->
<!-- 0, 1, 2... 59 -->
<!-- This value will be ignored if the schedule is set to be periodic ("Interval" field contains value other than -1) -->
<Value data="0" name="Minute" type="integer" />
<!-- Type of backup -->
<!-- DATABASE: Database(Tablespaces, Control & Init File, Archived Logs) -->
<!-- LOG : Archived Log -->
<Value data="LOG" name="Backup type" type="string" />
<!-- Interval -->
<!-- 1 : 1 minute -->
<!-- 2 : 2 minutes -->
<!-- 3 : 3 minutes -->
<!-- 4 : 4 minutes -->
<!-- 5 : 5 minutes -->
<!-- 6 : 6 minutes -->
<!-- 10 : 10 minutes -->
<!-- 12 : 12 minutes -->
<!-- 15 : 15 minutes -->
<!-- 20 : 20 minutes -->
<!-- 30 : 30 minutes -->
<!-- 60 : 1 hour -->
<!-- 120: 2 hours -->
<!-- 180: 3 hours -->
<!-- 240: 4 hours -->
<!-- 360: 6 hours -->
<!-- 480: 8 hours -->
<!-- 720: 12 hours -->
<!-- A value of -1 means a non-periodic normal schedule -->
<Value data="-1" name="Interval" type="integer" />
<!-- Backup on these days of the week -->
<!-- Y: Yes -->
<!-- N: No -->
<Value data="N" name="Sunday" type="boolean" />
<Value data="Y" name="Monday" type="boolean" />
<Value data="Y" name="Tuesday" type="boolean" />
<Value data="Y" name="Wednesday" type="boolean" />
<Value data="Y" name="Thursday" type="boolean" />
<Value data="N" name="Friday" type="boolean" />
<Value data="N" name="Saturday" type="boolean" />
</Key>
</Key>
Destination Settings
This shwos then number of configured destinations which the backup files will be restored to.
<!-- This is the collection of destinations -->
<Key name="Destination Settings">
<Value data="1" name="concurrency-level" type="integer" />
</Key>
If more than one destination is configured, the following settings will be shown.
- AhsayCBS Destination Settings – this option allows backup files to be stored on the server.
- Local Destination Settings – this option allows backup files to be stored on your local computer. Enter the directory path where you would like the backup files to be stored.
<!-- AhsayCBS destination is where the files are backup to
server -->
<Key name="AhsayCBS Destination Settings" allowMultiple="Y">
</Key>
<!-- Local destination means backup files are stored in your computer -->
<!-- Copy and paste the whole <Key> to add more local
destinations -->
<Key name="Local Destination Settings" allowMultiple="Y">
<!-- Name of your destination -->
<Value data="" name="Name" type="string" />
<!-- Directory to store your backup files -->
<!-- e.g. /tmp -->
<Value data="" name="Local Path" type="string" />
</Key>
Deduplication Setting
A checksum verification of each backup file which was split into several blocks of varying size will be performed to compare its content and identify which block is duplicated. There are 2 deduplication scopes in this setting.
- Same file path within the same backup set - deduplication applies to the current backup job and it applies to duplicated contents within a file.
- All files within the same backup set - deduplication applies across different files in the backup set.
<!-- This shows the deduplication setting -->
<Key name="Deduplication Setting">
<!-- Enable deduplication -->
<!-- Y: Yes -->
<!-- N: No -->
<Value data="Y" name="Enable" type="boolean" />
<!-- Deduplication scope -->
<!-- F: Same file path within the same backup set -->
<!-- B: All files within the same backup set -->
<Value data="B" name="Deduplication level" type="string" />
</Key>
</Key>
</Setting>