CommentLuv Enabled

Important Note

You need LightArmy to use these applications.

Wednesday, August 12, 2009

Restore Files (Worker Process)


Manifest Contents


  1. Structure



    <?xml version="1.0" encoding="UTF-8"?>
    <configuration id="restore_files">
    <section name="core">
    <!-- Process Configuration-->
    <config name="process">
    <config name="type">restore_files</config>
    <config name="name"></config>
    <config name="description"></config>
    <config name="start"></config>
    <config name="end"></config>
    </config>

    <!--Lister Configuration-->
    <config name="restore">
    <config name="all"></config>
    <config name="directories"></config>
    <config name="exceptions"></config>
    <config name="files"></config>
    <config name="source"></config>
    <config name="destination"></config>
    </config>

    </section>
    </configuration>



  2. Parameters


    1. id

      The identity of manifest.

    2. core.process.type

      The process type of manifest. Type is restore_files.

    3. core.process.name

      The name given to this manifest.

    4. core.process.description

      The additional information to manifest.

    5. core.process.start

      The first date (time) the process will be executed.

    6. core.process.end

      The last date (time) the process will be executed.

    7. core.restore.all

      If all files and directries inside source root directory will be processed.

    8. core.restore.directories

      The directories list inside source root directory will be processed.

    9. core.restore.exceptions

      The files list inside source root directory will not be processed.

    10. core.restore.files

      The files list inside source root directory will be processed.

    11. core.restore.source

      The root source directory.

    12. core.restore.destination

      The root destination directory.



  3. Example



    <?xml version="1.0" encoding="UTF-8"?>
    <configuration id="restore_files">
    <section name="core">
    <!-- Process Configuration-->
    <config name="process">
    <config name="type">restore_files</config>
    <config name="name"><![CDATA[RestoreDataFiles]]></config>
    <config name="description"><![CDATA[Restore Data Files]]></config>
    <config name="start"></config>
    <config name="end"></config>
    </config>

    <!--backup Configuration-->
    <config name="restore">
    <config name="all">0</config>
    <config name="directories">System,Colony</config>
    <config name="exceptions"></config>
    <config name="files">index.php</config>
    <config name="source"></config>
    <config name="destination"></config>
    </config>

    </section>
    </configuration>




No comments:

Post a Comment

Search This Blog

Followers

Blog Archive

About Me

My photo
IT Professional, Institut Teknologi Bandung