Loading...
 
Skip to main content

History: TRIM_Backup_Detail_Channel

Source of version: 1 (current)

Copy to clipboard
            The Backup Summary Profile is to be used as a ((Data Channel)). The profile will append the instance backup detail to the master report and update a page specific to this instance.

{CODE(caption=>YAML)}
objects:
 -
  type: wiki_page
  data:
   name: TRIM Backup Report
   content: $profilerequest:body$Default$
   message: TRIM backup procedure added $profilerequest:instance_name$Default$
   mode: create_or_append
 -
  type: wiki_page
  data:
   name: TRIM Backup Report ($profilerequest:instance_name$Default$)
   content: $profilerequest:body$Default$
   message: Posted by the TRIM backup procedure
   mode: create_or_update
{CODE}