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>