You are here

public property BackupMigrateDestinationSFTP::$supported_ops in Backup and Migrate SFTP 6

Same name and namespace in other branches
  1. 7 destinations.sftp.inc \BackupMigrateDestinationSFTP::supported_ops

File

./destinations.sftp.inc, line 16
Functions to handle the SFTP backup destination.

Class

BackupMigrateDestinationSFTP
A destination for sending database backups to an SFTP server.

Code

public $supported_ops = array(
  'scheduled backup',
  'manual backup',
  'restore',
  'list files',
  'configure',
  'delete',
);