Platform API‎ > ‎Scheduled Job‎ > ‎

Restore Store Job

Overview

This is a Job that replaces the content and metadata in a store with that contained in a snapshot.

Sample

The following Job Request specifies a Restore Job to be run at 14:30 on the 2nd May 2008. It will restore the snapshot located at http://api.talis.uat/stores/mystore/snapshots/20071112155923.tar

<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:bf="http://schemas.talis.com/2006/bigfoot/configuration#" > 
  <bf:JobRequest>
    <rdfs:label>Restore a snapshot</rdfs:label>
    <bf:jobType rdf:resource="http://schemas.talis.com/2006/bigfoot/configuration#RestoreJob"/>
    <bf:snapshotUri rdf:resource="http://api.talis.uat/stores/mystore/snapshots/20071112155923.tar" />
    <bf:startTime>2008-05-02T14:30:00Z</bf:startTime>
  </bf:JobRequest>
 </rdf:RDF>
Comments