This function lists locally-stored and backup-destination stored backup files for the server's accounts.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ backup_set_list_combined
{- "data": {
- "backup_set": {
- "cpusername1": [
- {
- "when": "2020-01-25T00:00:00.000Z",
- "where": "local"
}, - {
- "when": "2020-01-26T00:00:00.000Z",
- "where": "local"
}
], - "cpusername2": [
- {
- "when": "2020-01-25T00:00:00.000Z",
- "where": "local"
}, - {
- "when": "2020-01-26T00:00:00.000Z",
- "where": "local"
}
]
}, - "destination_legend": {
- "GLT1vFsVO8cqk2UWWFpJ9kSQ": {
- "name": "More Backups",
- "type": "Local"
}
}
}, - "metadata": {
- "command": "backup_set_list_combined",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}