getBackup | SELECT | backupId, linodeId | Returns information about a Backup.
|
getBackups | SELECT | linodeId | Returns information about this Linode's available backups.
|
createSnapshot | INSERT | linodeId, data__label | Creates a snapshot Backup of a Linode.
Important: If you already have a snapshot of this Linode, this is a destructive action. The previous snapshot will be deleted.
|
_getBackup | EXEC | backupId, linodeId | Returns information about a Backup.
|
_getBackups | EXEC | linodeId | Returns information about this Linode's available backups.
|
cancelBackups | EXEC | linodeId | Cancels the Backup service on the given Linode. Deletes all of this Linode's existing backups forever.
|
enableBackups | EXEC | linodeId | Enables backups for the specified Linode.
|
restoreBackup | EXEC | backupId, linodeId, data__linode_id | Restores a Linode's Backup to the specified Linode.
|