Snapshot Job

From n² wiki

Jump to: navigation, search

Nearby: Job, Job Request, Scheduled Job Collection, Snapshots

[edit] Overview

This is a Job that creates a snapshot of a store.

When this Job runs it creates a snapshot which is then accessible via the store's Snapshot Collection

[edit] Sample

The following Job Request specifies a Snapshot Job to be run at 14:30 on the 2nd May 2008.

<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>Make a copy of all the data in my store</rdfs:label>
    <bf:jobType rdf:resource="http://schemas.talis.com/2006/bigfoot/configuration#SnapshotJob"/>
    <bf:startTime>2008-05-02T14:30:00Z</bf:startTime>
  </bf:JobRequest>
 </rdf:RDF>
Personal tools