WARNING: JetBackup 4 is set to reach its End-of-Life (EOL) on July 1st, 2024. For More Information, please visit: JetBackup 4 EOL Announcement.
NOTICE: JetBackup 5 is now available in the Stable Tier. For more information, please visit our Jetbackup 5 Documentation.

Destination Object

This is the basic parameters for all destinations type.
To view the parameters that related to destination type click on Destination type related parameters.
Parameter name Type Description Possible Values Example
_id String The ID of the destination.   5b30da08d5ac5e06897b47e2
name String Destination name.   Local
type String Destination type.
  • Local
  • SSH
  • FTP
  • SFTP
  • RsyncNet
  • AmazonS3
  • Dropbox
  • GoogleDrive
  • Backblaze
  • CloneCpanel
Local
engine Integer Backup engine type.
  • JetBackup - 1
  • cPanel - 2
1
engine_name String Backup engine name.
  • JetBackup
  • cPanel
JetBackup
path String
The path to the folder you want your backup to be restored in.
Doesn't exsist in SSH cPanel Clone
  /localbackup
rating Object Returns Rating Object. To view the possible values click on Rating Object {"rating":3.5864870020207,"issues":["Backup destination connection time is too high"]}
jobs_count Integer The amount of job that related to this destination.   1
owner String The owner of destination.   root
disabled Boolean Whether the destination is disabled.    
dr Boolean Whether the DR is enabled for the destination.    
hidden Boolean Whether backups are hidden for the destination.    
schedules[] List
The schedule reindex assign for the destination.
Return list of Job Schedule Object.
Doesn't exsist in SSH cPanel Clone
To view the possible values click on Job Schedule Object  
time Integer
The schedule reindex time for the destination.
Doesn't exsist in SSH cPanel Clone
  1200
time_parsed String
The schedule reindex time parsed to String.
Doesn't exsist in SSH cPanel Clone
  12:00 PM
backup_destination Boolean Whether it's backup destination.    
clone_destination Boolean Whether it's clone destination.    
incremental_ability Boolean Whether destination has incremental ability.