<?xml version="1.0" encoding="UTF-8"?>
<!--                                                                                                           -->
<!-- BDF v2.0.0 Image and backup definition file for Macrium Reflect v5.0                                      -->
<!--                                                                                                           -->
<!-- This file is a template XML to enable a Reflect backup or Image to be initiated from VB Script or an      -->
<!-- MSDOS batch file.                                                                                         -->
<!-- Simply modify this file if required and pass the file name as a parameter to reflect.exe.                 -->
<backup_definition version="2.0" reflect="v5.3.7109">
    <!-- backup or image file properties -->
    <properties>
        <!-- Internal use. Do not modify -->
        <index_type>0</index_type>
        <!-- Name that appears in the log when this definition is executed -->
        <name>C:\Users\mareko\Documents\Reflect\My Backup.xml</name>
        <!-- Auto Verify Image or Backup File.  Y - Yes, N - No  -->
        <autoverify>N</autoverify>
        <!-- 0 - Disk Image, 1 - File and folder backup -->
        <backup_type>0</backup_type>
        <!-- 0 - Full, 1 - Incremental, 2 - Differential, 3 - Auto -->
        <method>3</method>
        <!-- Compression level. 0 - No compression, 1 - Medium, 2 - High -->
        <!-- Applies to full file and folder backups and images only -->
        <compression>1</compression>
        <!-- Intelligent sector copy  Y - Yes, N - No -->
        <!-- Applies to full disk images only -->
        <intelligent>Y</intelligent>
        <!-- Maximum file size of the destination file -->
        <!-- 0 - Auto, otherwise file size in MB (1024 = 1GB) -->
        <!-- Applies to full file and folder backups and images only -->
        <maxfilesize>0</maxfilesize>
        <!-- Password protection. Empty - No Password, Otherwise enter password value -->
        <!-- Applies to full file and folder backups and images only -->
        <password Type="Clear"/>
        <!-- AES Encryption. 0 - None, 1 - Standard 128 Bit, 2 - Medium 192 Bit, 3 High 256 bit -->
        <!-- Applies to full file and folder backups and images only -->
        <aes>0</aes>
        <!-- Override the application defined timeout for batch jobs.  Y - Yes, N - No -->
        <!-- Applies to all images and backups -->
        <disable_timeout>N</disable_timeout>
        <!-- comment for the backup -->
        <comment/>
        <!-- Power Saving settings -->
        <power level="0" force="N">N</power>
        <!-- settings for email generation on backups -->
        <email>
            <!-- settings for successful backups -->
            <success>
                <!-- enable notifications for successul backup, Y = Yes, N = No -->
                <enabled>N</enabled>
                <!--  attach log file, Y = Yes, N = No -->
                <attach_log>N</attach_log>
                <!--  attach VSS log file, Y = Yes, N = No -->
                <attach_vss_log>N</attach_vss_log>
                <!-- recipients list, separate each recipient with a semi-colon (;) -->
                <recipients/>
                <!-- subject, plain text only -->
                <subject/>
                <!-- body, plain text only, use \n for a newline -->
                <body/>
            </success>
            <!-- settings for failed backups -->
            <failure>
                <!-- enable notifications for failed backup, Y = Yes, N = No -->
                <enabled>N</enabled>
                <!--  attach log file, Y = Yes, N = No -->
                <attach_log>N</attach_log>
                <!--  attach VSS log file, Y = Yes, N = No -->
                <attach_vss_log>N</attach_vss_log>
                <!-- recipients list, separate each recipient with a semi-colon (;) -->
                <recipients/>
                <!-- subject, plain text only -->
                <subject/>
                <!-- body, plain text only, use \n for a newline -->
                <body/>
            </failure>
        </email>
    </properties>
    <!-- The source of the backup  -->
    <source>
        <!-- The following applies to Disk Images only -->
        <image_entry id="1">
            <!-- disk is the 1 based index of the disk to be imaged -->
            <!-- id is the disk signature and is used in place of the disk index if specified -->
            <disk id="7A0FFA14">3</disk>
            <!-- partition is the 1 based index of the partition on the disk -->
            <partition>3</partition>
        </image_entry>
        <!-- File and folder backup. backup ntfs permissions. Y = Yes, N = No -->
        <backup_ntfs_permissions/>
        <!-- File and folder backup. follow system junction points and symbolic links Y = Yes, N = No -->
        <follow_system_reparse_ponts/>
        <!-- File and folder backup. follow user junction points and symbolic links Y = Yes, N = No -->
        <follow_user_reparse_ponts/>
        <!-- Fie and folder backup filters. Increment the 'id' for each filter-->
        <!-- Applies to file and folder backups only -->
        <folder_filter id="1">
            <!-- Folder to backup e.g. 'c:\my documents\'. -->
            <folder/>
            <!-- Include sub-folders Y or N -->
            <sub_folders/>
            <!-- File filter patterns, separated with semi colons -->
            <include_file_filter/>
            <exclude_file_filter/>
            <!-- Sub-folder filter patterns, separated with semi colons -->
            <include_folder_filter/>
            <exclude_folder_filter/>
            <!-- Exclude System files Y or N -->
            <exclude_system_files/>
            <!-- Exclude Hidden files Y or N -->
            <exclude_hidden_files/>
        </folder_filter>
        <!-- exchange backup Y or N -->
        <exchange>N</exchange>
        <!-- Exchange Components to be backed up -->
        <exchange_components/>
        <!-- Exchange metadata -->
        <exchange_metadata/>
        <!-- sql backup Y or N -->
        <sql>N</sql>
        <!-- databases -->
        <sql_databases/>
    </source>
    <!-- Destination of backup or image file  -->
    <destination>
        <!-- Fully qualified path to destination directory  -->
        <directory>E:\</directory>
        <!-- Destination file name.    -->
        <!-- A empty name indicates that the 16 character hex name of the     -->
        <!-- backup set will be used. This is the recommended setting         -->
        <!-- Applies to full file and folder backups and Images -->
        <file_name/>
        <!-- Disk Space Management -->
        <dsm>
            <!-- Active Y - Yes, N - No -->
            <!-- dsm_type  0 = based on age of backups -->
            <!--           1 = number of full backups to retain -->
            <active dsm_type="0">N</active>
            <!-- Run after the backup -->
            <run_after>N</run_after>
            <!-- for dsm_type = 0 - Type 0 - Days, 1 - Weeks  -->
            <type>0</type>
            <!-- dsm_type  0 - Number of days or weeks         -->
            <!-- dsm_type  1 - Number of full backups to retain -->
            <number>30</number>
        </dsm>
    </destination>
</backup_definition>
