# Append backup task to an application Append backup task to an application. Endpoint: POST /apps/appendbackuptask Version: 6.6.1 Security: ZelID ## Request fields (application/json): - `appname` (string) Name of the application Example: "FoldingAtRunOnFlux11" - `backup` (array) Example: [{"component":"FoldingAtHome","backup":true}] - `backup.component` (string) Name of component Example: "FoldingAtHome" - `backup.backup` (boolean) Whether to perform backup for the component Example: true