You are here

function backup_file::can_restore in Backup and Migrate 6.3

Same name and namespace in other branches
  1. 8.2 includes/files.inc \backup_file::can_restore()
  2. 8.3 includes/files.inc \backup_file::can_restore()
  3. 6.2 includes/files.inc \backup_file::can_restore()
  4. 7.3 includes/files.inc \backup_file::can_restore()
  5. 7.2 includes/files.inc \backup_file::can_restore()

Can this file be used to restore to.

File

includes/files.inc, line 337
General file handling code for Backup and Migrate.

Class

backup_file
A backup file which allows for saving to and reading from the server.

Code

function can_restore() {
  return @$this->type['restore'];
}