Example 4:
A file-based backup of the file “Documents" will be created and saved on drive "Z". The backup’s name will be based on the current date at the time of creation.
<BackupJob version="6.0">
<interaction>NO</interaction>
<stop_at_error>YES</stop_at_error>
<command name="create backup">
<backup_type>extended ZIP file backup</backup_type>
<compression_type>BZIP2 4K</compression_type>
<device_type>filesystem</device_type>
<backup_name>Z:backupsImage_$TEMPL:(Year)$TEMPL:(Month)$TEMPL:(Day).obk</backup_name>
<comments>automatisches backup via Skript</comments>
<backupset_id>{527FC970-C7BF-40C4-83BA-946CA5E62EBD}</backupset_id>
<backupset_name>BackupSet 20111006 Skript</backupset_name>
<backupset_criteria>C:UsersMusterDocuments</backupset_criteria>
</command>
</BackupJob>