This function creates a full backup to the user's home directory. The system creates a file in the backup-MM.DD.YYYY_HH-mm-ss_username.tar.gz
filename format.
uapi --output=jsonpretty \ --user=username \ Backup \ fullbackup_to_homedir
{- "apiversion": 3,
- "func": "fullbackup_to_homedir",
- "module": "Backup",
- "result": {
- "data": {
- "pid": "2857"
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}