Request Samples

The following request packet creates a server-level backup task.

<packet version="1.6.0.0">
<backup-manager>
   <backup-server>
      <local/>
      <description>Standard weekly backup</description>
   </backup-server>
</backup-manager>
</packet>

 

The following request packet creates a backup task which instructs Plesk to back up all mail accounts on the server.

<packet version="1.6.3.0">
<backup-manager>
   <backup-server>
      <local/>
      <description>Standard weekly backup</description>
      <only-mail/>
   </backup-server>
</backup-manager>
</packet>

Please send us your feedback on this help page.