Handles restoring a backup by making a request to the daemon instance telling it to begin the process of finding (or downloading) the backup and unpacking it over the server files.
If the “truncate” flag is passed through in this request then all the files that currently exist on the server will be deleted before restoring. Otherwise, the archive will simply be unpacked over the existing files.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
No content
The response is of type string[]
.