NOTICE: This Documentation is for JetBackup 4 for Linux.

Please CLICK HERE for the latest JetBackup 5 for Linux Documentation.

addQueueDownload

Description

This function download item.

Parameters

Parameter name Type Description Possible values Example
_id String Required
The backup id.
  5b605a47d5ac5e134d7dc527
type String The type of file you want to download.
  • backup
  • destination
 
files[] List
List of the path to the file/folder you want to download.
This parameter is only for file-based backup(homedir files, directories backup)/destination.
  files[]=/public_html/index.html&files[]=/test.txt

Returns

This API call returns queue object.
To view the parameters that returned click on Queue Object

Example