public property BackupMigrateDestinationSFTP::$supported_ops in Backup and Migrate SFTP 7
Same name and namespace in other branches
- 6 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',
);