This function lists the dates where backup file exists, whether stored locally or stored on remote backup destinations when local backups are disabled.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ backup_date_list
{- "data": {
- "backup_set": [
- "2019-02-12T00:00:00.000Z",
- "2019-02-12T00:00:00.000Z",
- "2019-02-12T00:00:00.000Z"
]
}, - "metadata": {
- "command": "backup_date_list",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}