You are here

property backup_migrate_destination_s3_compatible::$supported_ops in Backup and Migrate S3 7

File

./destinations.s3.inc, line 22
Functions to handle the dropbox backup destination.

Class

backup_migrate_destination_s3_compatible
A destination for sending database backups to a Dropbox account.

Code

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